Pin Space torch to 2.11.0 (ZeroGPU-supported)
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -4,11 +4,11 @@
|
|
| 4 |
# transformers==4.57.3 -> 5.x breaks qwen_tts at @check_model_inputs()
|
| 5 |
# huggingface_hub<1.0 -> hub 1.x transitively drags transformers up to 5.x
|
| 6 |
#
|
| 7 |
-
# torch: local dev
|
| 8 |
-
# {2.8.0, 2.9.1, 2.10.0, 2.11.0} on Python 3.12.12
|
| 9 |
-
# 2.
|
| 10 |
-
# suite
|
| 11 |
-
torch
|
| 12 |
torchaudio
|
| 13 |
qwen-tts==0.1.1
|
| 14 |
transformers==4.57.3
|
|
|
|
| 4 |
# transformers==4.57.3 -> 5.x breaks qwen_tts at @check_model_inputs()
|
| 5 |
# huggingface_hub<1.0 -> hub 1.x transitively drags transformers up to 5.x
|
| 6 |
#
|
| 7 |
+
# torch: local dev validated on 2.13 (MPS). HF ZeroGPU supported set is
|
| 8 |
+
# {2.8.0, 2.9.1, 2.10.0, 2.11.0} on Python 3.12.12, so the Space pins the newest
|
| 9 |
+
# supported (2.11.0). The 2.11/CUDA path is verified directly on the Space via the
|
| 10 |
+
# Playwright+audio-assert suite (stronger than a local re-smoke on the real target).
|
| 11 |
+
torch==2.11.0
|
| 12 |
torchaudio
|
| 13 |
qwen-tts==0.1.1
|
| 14 |
transformers==4.57.3
|