Spaces:
Runtime error
Runtime error
tomxxie
commited on
Commit
·
72960e5
1
Parent(s):
df1981e
适配zeroGPU
Browse files- requirements.txt +20 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,21 @@
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
+
numpy==1.24
|
| 3 |
+
jsonlines==4.0.0
|
| 4 |
+
torch==2.1.0
|
| 5 |
+
transformers==4.44.0
|
| 6 |
+
torchaudio==2.1.0
|
| 7 |
+
librosa
|
| 8 |
+
tensorboardX>=2.5
|
| 9 |
+
tqdm
|
| 10 |
+
absl-py
|
| 11 |
+
psutil
|
| 12 |
+
cloudpickle
|
| 13 |
+
ml-dtypes
|
| 14 |
+
tornado
|
| 15 |
+
openai-whisper
|
| 16 |
+
colorama
|
| 17 |
+
peft
|
| 18 |
+
sox
|
| 19 |
+
deepspeed
|
| 20 |
+
librosa
|
| 21 |
+
gxl_ai_utils
|