Spaces:
Running
on
Zero
Running
on
Zero
hungchiayu1
commited on
Commit
•
7f19353
1
Parent(s):
25c0153
update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
torch==2.0.1
|
2 |
torchaudio==2.0.2
|
3 |
torchvision==0.15.2
|
4 |
-
transformers==4.
|
5 |
-
accelerate==0.
|
6 |
datasets==2.1.0
|
7 |
einops==0.6.1
|
8 |
-
spaces==0.25.0
|
9 |
h5py==3.8.0
|
10 |
-
huggingface_hub==0.19.
|
11 |
importlib_metadata==6.3.0
|
12 |
librosa==0.9.2
|
13 |
matplotlib==3.5.2
|
@@ -18,6 +17,8 @@ pandas==1.4.1
|
|
18 |
progressbar33==2.4
|
19 |
protobuf==3.20.*
|
20 |
resampy==0.4.2
|
|
|
|
|
21 |
scikit_image==0.19.3
|
22 |
scikit_learn==1.2.2
|
23 |
scipy==1.8.0
|
@@ -27,4 +28,5 @@ torchlibrosa==0.1.0
|
|
27 |
tqdm==4.63.1
|
28 |
wandb==0.12.14
|
29 |
ipython==8.12.0
|
|
|
30 |
wavio==0.0.7
|
|
|
1 |
torch==2.0.1
|
2 |
torchaudio==2.0.2
|
3 |
torchvision==0.15.2
|
4 |
+
transformers==4.31.0
|
5 |
+
accelerate==0.21.0
|
6 |
datasets==2.1.0
|
7 |
einops==0.6.1
|
|
|
8 |
h5py==3.8.0
|
9 |
+
huggingface_hub==0.19.4
|
10 |
importlib_metadata==6.3.0
|
11 |
librosa==0.9.2
|
12 |
matplotlib==3.5.2
|
|
|
17 |
progressbar33==2.4
|
18 |
protobuf==3.20.*
|
19 |
resampy==0.4.2
|
20 |
+
safetensors==0.3.2
|
21 |
+
sentencepiece==0.1.99
|
22 |
scikit_image==0.19.3
|
23 |
scikit_learn==1.2.2
|
24 |
scipy==1.8.0
|
|
|
28 |
tqdm==4.63.1
|
29 |
wandb==0.12.14
|
30 |
ipython==8.12.0
|
31 |
+
gradio==4.3.0
|
32 |
wavio==0.0.7
|