Spaces:
Running on Zero
Running on Zero
Weijie Lyu Claude Opus 4.8 (1M context) commited on
Commit ·
4c43d53
1
Parent(s): f62503b
Bump torch to 2.8.0 for ZeroGPU compatibility
Browse filesZeroGPU rejected the build with torch==2.4.0 (supported: 2.8.0,
2.9.1, 2.10.0, 2.11.0). Move torch/torchvision/xformers together
to the matching torch 2.8.0 build set.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
torchvision==0.
|
| 3 |
numpy==1.26.4
|
| 4 |
pillow==10.4.0
|
| 5 |
diffusers[torch]==0.30.3
|
|
@@ -19,7 +19,7 @@ videoio==0.3.0
|
|
| 19 |
gradio==5.49.1
|
| 20 |
matplotlib==3.7.5
|
| 21 |
onnxruntime>=1.15.0
|
| 22 |
-
xformers==0.0.
|
| 23 |
scikit-image==0.21.0
|
| 24 |
jaxtyping==0.2.19
|
| 25 |
pytorch-msssim==1.0.0
|
|
|
|
| 1 |
+
torch==2.8.0
|
| 2 |
+
torchvision==0.23.0
|
| 3 |
numpy==1.26.4
|
| 4 |
pillow==10.4.0
|
| 5 |
diffusers[torch]==0.30.3
|
|
|
|
| 19 |
gradio==5.49.1
|
| 20 |
matplotlib==3.7.5
|
| 21 |
onnxruntime>=1.15.0
|
| 22 |
+
xformers==0.0.32.post1
|
| 23 |
scikit-image==0.21.0
|
| 24 |
jaxtyping==0.2.19
|
| 25 |
pytorch-msssim==1.0.0
|