mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update safetensors and transformers to their latest versions (#5562)
* Update Safetensors to the lastest version * Update Transformers while at it * Update transformers again
This commit is contained in:
parent
bb2787584d
commit
1e855f8290
@ -46,13 +46,13 @@ dependencies = [
|
|||||||
"onnxruntime==1.16.3",
|
"onnxruntime==1.16.3",
|
||||||
"opencv-python==4.9.0.80",
|
"opencv-python==4.9.0.80",
|
||||||
"pytorch-lightning==2.1.3",
|
"pytorch-lightning==2.1.3",
|
||||||
"safetensors==0.4.1",
|
"safetensors==0.4.2",
|
||||||
"timm==0.6.13", # needed to override timm latest in controlnet_aux, see https://github.com/isl-org/ZoeDepth/issues/26
|
"timm==0.6.13", # needed to override timm latest in controlnet_aux, see https://github.com/isl-org/ZoeDepth/issues/26
|
||||||
"torch==2.1.2",
|
"torch==2.1.2",
|
||||||
"torchmetrics==0.11.4",
|
"torchmetrics==0.11.4",
|
||||||
"torchsde==0.2.6",
|
"torchsde==0.2.6",
|
||||||
"torchvision==0.16.2",
|
"torchvision==0.16.2",
|
||||||
"transformers==4.37.0",
|
"transformers==4.37.2",
|
||||||
|
|
||||||
# Core application dependencies, pinned for reproducible builds.
|
# Core application dependencies, pinned for reproducible builds.
|
||||||
"fastapi-events==0.10.0",
|
"fastapi-events==0.10.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user