Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch==2.1.
|
2 |
-
torchvision==0.16.
|
3 |
transformers==4.39.1
|
4 |
accelerate==0.28.0
|
5 |
albumentations==1.4.0
|
@@ -44,4 +44,5 @@ moviepy==1.0.3
|
|
44 |
wandb==0.16.3
|
45 |
tensorboard==2.14.0
|
46 |
pydantic==2.6.4
|
47 |
-
deepspeed==0.12.6
|
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchvision==0.16.0
|
3 |
transformers==4.39.1
|
4 |
accelerate==0.28.0
|
5 |
albumentations==1.4.0
|
|
|
44 |
wandb==0.16.3
|
45 |
tensorboard==2.14.0
|
46 |
pydantic==2.6.4
|
47 |
+
deepspeed==0.12.6
|
48 |
+
xformers==0.0.22.post7
|