Spaces:
Paused
Paused
jadechoghari
commited on
Commit
•
2a8cd70
1
Parent(s):
dc7123b
Create requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.4.1
|
2 |
+
torchaudio==2.4.1
|
3 |
+
torchvision==0.19.1
|
4 |
+
librosa==0.10.2.post1
|
5 |
+
torchdiffeq==0.2.4
|
6 |
+
jaxtyping==0.2.34
|
7 |
+
x-transformers==1.34.0
|
8 |
+
gateloop-transformer==0.2.5
|
9 |
+
matplotlib==3.9.2
|
10 |
+
huggingface-hub==0.24.6
|
11 |
+
matplotlib
|
12 |
+
tqdm==4.66.5
|
13 |
+
scipy==1.14.1
|
14 |
+
scikit-learn==1.5.1
|
15 |
+
rotary-embedding-torch==0.8.3
|
16 |
+
soundfile==0.12.1
|
17 |
+
einops
|
18 |
+
ninja
|
19 |
+
tqdm
|
20 |
+
spaces
|
21 |
+
gradio --pre
|