Bump torch 2.4.0 -> 2.8.0 for ZeroGPU compat
Browse filesZeroGPU validator was silently tightened (now requires torch >= 2.8.0; 2.4.0 dropped). Also pins xformers==0.0.32.post2 (canonical torch-2.8 build with sm_90 wheels) and bumps bitsandbytes floor to 0.45.0.
- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
torchaudio==2.
|
| 3 |
# pydantic 2.11+ emits bool-shorthand `additionalProperties: True` which crashes
|
| 4 |
# gradio_client's get_type (`if "const" in schema`). 2.10.6 is the last version
|
| 5 |
# that still emits the dict form. Tracked at:
|
|
@@ -8,14 +8,14 @@ pydantic==2.10.6
|
|
| 8 |
safetensors>=0.4.0
|
| 9 |
accelerate>=0.25.0
|
| 10 |
peft>=0.7.0
|
| 11 |
-
xformers
|
| 12 |
av>=12.0.0
|
| 13 |
einops>=0.7.0
|
| 14 |
PyYAML>=6.0
|
| 15 |
sentencepiece>=0.1.99
|
| 16 |
transformers>=4.45.0
|
| 17 |
huggingface_hub>=0.20.0,<1.0
|
| 18 |
-
bitsandbytes>=0.
|
| 19 |
gradio==5.7.1
|
| 20 |
spaces>=0.30.0
|
| 21 |
soundfile>=0.12.0
|
|
|
|
| 1 |
+
torch==2.8.0
|
| 2 |
+
torchaudio==2.8.0
|
| 3 |
# pydantic 2.11+ emits bool-shorthand `additionalProperties: True` which crashes
|
| 4 |
# gradio_client's get_type (`if "const" in schema`). 2.10.6 is the last version
|
| 5 |
# that still emits the dict form. Tracked at:
|
|
|
|
| 8 |
safetensors>=0.4.0
|
| 9 |
accelerate>=0.25.0
|
| 10 |
peft>=0.7.0
|
| 11 |
+
xformers==0.0.32.post2
|
| 12 |
av>=12.0.0
|
| 13 |
einops>=0.7.0
|
| 14 |
PyYAML>=6.0
|
| 15 |
sentencepiece>=0.1.99
|
| 16 |
transformers>=4.45.0
|
| 17 |
huggingface_hub>=0.20.0,<1.0
|
| 18 |
+
bitsandbytes>=0.45.0
|
| 19 |
gradio==5.7.1
|
| 20 |
spaces>=0.30.0
|
| 21 |
soundfile>=0.12.0
|