update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
-
torch
|
| 2 |
tqdm
|
| 3 |
funasr==1.2.7
|
| 4 |
-
|
| 5 |
-
torchaudio
|
| 6 |
cn2an
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.8.0
|
| 2 |
tqdm
|
| 3 |
funasr==1.2.7
|
| 4 |
+
torchaudio==2.8.0
|
|
|
|
| 5 |
cn2an
|
| 6 |
+
onnxruntime
|
| 7 |
+
kaldi_native_fbank
|
| 8 |
+
pypinyi
|
| 9 |
+
phonemizer
|
| 10 |
+
num2words
|
| 11 |
+
tokenizers
|