Spaces:
Running on Zero
Running on Zero
chore: pin deps with mac vs cuda ace-step branching
Browse files- requirements-mac.txt +3 -0
- requirements.txt +13 -0
requirements-mac.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
mlx>=0.18
|
| 2 |
+
mlx-lm>=0.18
|
| 3 |
+
ace-step @ git+https://github.com/clockworksquirrel/ace-step-apple-silicon.git
|
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=5.50,<6
|
| 2 |
+
transformers>=4.45,<5
|
| 3 |
+
torch>=2.4
|
| 4 |
+
torchaudio>=2.4
|
| 5 |
+
safetensors>=0.4
|
| 6 |
+
peft>=0.13
|
| 7 |
+
demucs>=4.0
|
| 8 |
+
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
|