Spaces:
Running on Zero
Running on Zero
FireRed Team commited on
Upload requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
torch>=2.1.0+cu118
|
| 3 |
torchaudio>=2.1.0+cu118
|
| 4 |
transformers>=4.51.3
|
| 5 |
-
numpy=
|
| 6 |
-
cn2an=
|
| 7 |
-
kaldiio=
|
| 8 |
-
kaldi_native_fbank=
|
| 9 |
-
sentencepiece
|
| 10 |
-
soundfile=
|
| 11 |
textgrid
|
|
|
|
|
|
|
| 1 |
torch>=2.1.0+cu118
|
| 2 |
torchaudio>=2.1.0+cu118
|
| 3 |
transformers>=4.51.3
|
| 4 |
+
numpy>=1.26.1
|
| 5 |
+
cn2an>=0.5.23
|
| 6 |
+
kaldiio>=2.18.0
|
| 7 |
+
kaldi_native_fbank>=1.15
|
| 8 |
+
sentencepiece
|
| 9 |
+
soundfile>=0.12.1
|
| 10 |
textgrid
|