techfreakworm commited on
Commit
f8fdcee
·
unverified ·
1 Parent(s): f357e40

Pin Space torch to 2.11.0 (ZeroGPU-supported)

Browse files
Files changed (1) hide show
  1. 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 is 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. Deploy pin ladder (D7): if a
9
- # 2.13 Space build is rejected, pin torch==2.11.0 here AND re-run the local smoke
10
- # suite on a 2.11 venv before deploying never ship unverified version skew.
11
- torch>=2.11
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