assistanttttttt commited on
Commit
462fd1f
·
1 Parent(s): f08e9a8

Fix build error: remove pinned torch and clean requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -10
requirements.txt CHANGED
@@ -1,19 +1,9 @@
1
- # ── PyTorch CUDA 12.4 wheels (ZeroGPU uses CUDA 12.x) ──────────────────────────
2
- # Must be pinned here so demucs' transitive deps don't pull torchaudio built
3
- # for CUDA 13 (which causes libcudart.so.13 crash at startup).
4
- --extra-index-url https://download.pytorch.org/whl/cu124
5
- torch==2.5.1
6
- torchaudio==2.5.1
7
-
8
  # Gradio + HuggingFace
9
  gradio==5.12.0
10
  gradio-client==1.5.4
11
  spaces>=0.30.0
12
  huggingface_hub>=0.23.0
13
 
14
- # PyTorch — managed by ZeroGPU, do NOT pin versions here
15
- # torch, torchaudio, torchvision are pre-installed by the ZeroGPU runtime
16
-
17
  # Audio processing
18
  librosa==0.10.2.post1
19
  soundfile==0.12.1
 
 
 
 
 
 
 
 
1
  # Gradio + HuggingFace
2
  gradio==5.12.0
3
  gradio-client==1.5.4
4
  spaces>=0.30.0
5
  huggingface_hub>=0.23.0
6
 
 
 
 
7
  # Audio processing
8
  librosa==0.10.2.post1
9
  soundfile==0.12.1