Spaces:
Running
on
Zero
Running
on
Zero
<fix> change torch and torchvision verisons to ZeroGPU-compatible versions.
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch==2.
|
2 |
-
torchvision==0.
|
3 |
diffusers==0.33.1
|
4 |
transformers==4.45.0
|
5 |
# flash-attn==2.7.3
|
|
|
1 |
+
torch==2.5.1
|
2 |
+
torchvision==0.20.1
|
3 |
diffusers==0.33.1
|
4 |
transformers==4.45.0
|
5 |
# flash-attn==2.7.3
|