Spaces:
Sleeping
Sleeping
multimodalart commited on
Commit ·
1aefcf8
1
Parent(s): f468e0f
Pin torch trio to 2.8.0 for ZeroGPU Blackwell
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
|
@@ -1,10 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
# xformers==0.0.25.post1
|
| 5 |
-
torch==2.7.1
|
| 6 |
-
torchvision==0.22.1
|
| 7 |
-
torchaudio==2.7.1
|
| 8 |
imageio==2.27.0
|
| 9 |
imageio[ffmpeg]
|
| 10 |
imageio[pyav]
|
|
@@ -15,11 +11,8 @@ accelerate==0.28.0
|
|
| 15 |
diffusers==0.11.1
|
| 16 |
transformers==4.38.2
|
| 17 |
huggingface_hub==0.25.2
|
| 18 |
-
# huggingface_hub==0.33.5
|
| 19 |
-
gradio>=3.50.2
|
| 20 |
gdown
|
| 21 |
-
triton
|
| 22 |
einops
|
| 23 |
omegaconf
|
| 24 |
safetensors
|
| 25 |
-
spaces
|
|
|
|
| 1 |
+
torch==2.8.0
|
| 2 |
+
torchvision==0.23.0
|
| 3 |
+
torchaudio==2.8.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
imageio==2.27.0
|
| 5 |
imageio[ffmpeg]
|
| 6 |
imageio[pyav]
|
|
|
|
| 11 |
diffusers==0.11.1
|
| 12 |
transformers==4.38.2
|
| 13 |
huggingface_hub==0.25.2
|
|
|
|
|
|
|
| 14 |
gdown
|
|
|
|
| 15 |
einops
|
| 16 |
omegaconf
|
| 17 |
safetensors
|
| 18 |
+
spaces
|