Spaces:
Running on Zero
Running on Zero
fix(deps): add hf_transfer for fast hub downloads
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -9,6 +9,7 @@ pyloudnorm>=0.1.1
|
|
| 9 |
soundfile>=0.12
|
| 10 |
librosa>=0.10
|
| 11 |
huggingface_hub>=0.25
|
|
|
|
| 12 |
numpy>=1.26,<2
|
| 13 |
ace-step @ git+https://github.com/ace-step/ACE-Step-1.5.git
|
| 14 |
# HF Spaces ZeroGPU. Do NOT pin — HF's ZeroGPU build injects its own version
|
|
|
|
| 9 |
soundfile>=0.12
|
| 10 |
librosa>=0.10
|
| 11 |
huggingface_hub>=0.25
|
| 12 |
+
hf_transfer>=0.1.9
|
| 13 |
numpy>=1.26,<2
|
| 14 |
ace-step @ git+https://github.com/ace-step/ACE-Step-1.5.git
|
| 15 |
# HF Spaces ZeroGPU. Do NOT pin — HF's ZeroGPU build injects its own version
|