Update LuxTTS/requirements.txt
Browse files- LuxTTS/requirements.txt +25 -25
LuxTTS/requirements.txt
CHANGED
|
@@ -1,25 +1,25 @@
|
|
| 1 |
-
--find-links https://k2-fsa.github.io/icefall/piper_phonemize.html
|
| 2 |
-
|
| 3 |
-
torch
|
| 4 |
-
torchaudio
|
| 5 |
-
numpy
|
| 6 |
-
lhotse
|
| 7 |
-
huggingface_hub
|
| 8 |
-
safetensors
|
| 9 |
-
tensorboard
|
| 10 |
-
vocos
|
| 11 |
-
pydub
|
| 12 |
-
onnxruntime
|
| 13 |
-
git+https://github.com/ysharma3501/LinaCodec.git
|
| 14 |
-
librosa
|
| 15 |
-
transformers<=4.57.6
|
| 16 |
-
|
| 17 |
-
# Normalization
|
| 18 |
-
cn2an
|
| 19 |
-
inflect
|
| 20 |
-
|
| 21 |
-
# Tokenization
|
| 22 |
-
jieba
|
| 23 |
-
|
| 24 |
-
pypinyin
|
| 25 |
-
setuptools<81
|
|
|
|
| 1 |
+
--find-links https://k2-fsa.github.io/icefall/piper_phonemize.html
|
| 2 |
+
|
| 3 |
+
torch
|
| 4 |
+
torchaudio
|
| 5 |
+
numpy
|
| 6 |
+
lhotse
|
| 7 |
+
huggingface_hub
|
| 8 |
+
safetensors
|
| 9 |
+
tensorboard
|
| 10 |
+
vocos
|
| 11 |
+
pydub
|
| 12 |
+
onnxruntime
|
| 13 |
+
git+https://github.com/ysharma3501/LinaCodec.git
|
| 14 |
+
librosa
|
| 15 |
+
transformers<=4.57.6
|
| 16 |
+
|
| 17 |
+
# Normalization
|
| 18 |
+
cn2an
|
| 19 |
+
inflect
|
| 20 |
+
|
| 21 |
+
# Tokenization
|
| 22 |
+
jieba
|
| 23 |
+
git+https://github.com/rhasspy/piper-phonemize.git
|
| 24 |
+
pypinyin
|
| 25 |
+
setuptools<81
|