Spaces:
Sleeping
Sleeping
added requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tqdm
|
2 |
+
rotary_embedding_torch
|
3 |
+
transformers==4.31.0
|
4 |
+
tokenizers
|
5 |
+
inflect
|
6 |
+
progressbar
|
7 |
+
einops==0.4.1
|
8 |
+
unidecode
|
9 |
+
scipy
|
10 |
+
librosa==0.9.1
|
11 |
+
ffmpeg
|
12 |
+
numpy
|
13 |
+
numba
|
14 |
+
torchaudio
|
15 |
+
threadpoolctl
|
16 |
+
llvmlite
|
17 |
+
appdirs
|
18 |
+
nbconvert==5.3.1
|
19 |
+
tornado==4.2
|
20 |
+
pydantic==1.9.1
|
21 |
+
deepspeed==0.8.3
|
22 |
+
py-cpuinfo
|
23 |
+
hjson
|
24 |
+
psutil
|