Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
-
torchaudio
|
| 4 |
diffusers==0.26.0
|
| 5 |
-
accelerate
|
| 6 |
xformers==0.0.27
|
| 7 |
triton
|
| 8 |
transformers==4.41.1
|
|
|
|
| 1 |
+
torch==2.4.0
|
| 2 |
+
torchvision==0.19.0
|
| 3 |
+
torchaudio==2.4.0
|
| 4 |
diffusers==0.26.0
|
| 5 |
+
accelerate==0.34.1
|
| 6 |
xformers==0.0.27
|
| 7 |
triton
|
| 8 |
transformers==4.41.1
|