mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 10:32:17 +00:00
add requirements.txt
This commit is contained in:
parent
2edaf685e1
commit
5c21518870
36
egs/wenetspeech4tts/TTS/f5-tts/requirements.txt
Normal file
36
egs/wenetspeech4tts/TTS/f5-tts/requirements.txt
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# F5-TTS
|
||||||
|
accelerate>=0.33.0
|
||||||
|
bitsandbytes>0.37.0
|
||||||
|
cached_path
|
||||||
|
click
|
||||||
|
datasets
|
||||||
|
ema_pytorch>=0.5.2
|
||||||
|
gradio>=3.45.2
|
||||||
|
hydra-core>=1.3.0
|
||||||
|
jieba
|
||||||
|
librosa
|
||||||
|
matplotlib
|
||||||
|
numpy<=1.26.4
|
||||||
|
pydub
|
||||||
|
pypinyin
|
||||||
|
safetensors
|
||||||
|
soundfile
|
||||||
|
tomli
|
||||||
|
torch>=2.0.0
|
||||||
|
torchaudio>=2.0.0
|
||||||
|
torchdiffeq
|
||||||
|
tqdm>=4.65.0
|
||||||
|
transformers
|
||||||
|
x_transformers>=1.31.14
|
||||||
|
|
||||||
|
# icefall
|
||||||
|
kaldialign
|
||||||
|
lhotse
|
||||||
|
tensorboard
|
||||||
|
bigvganinference
|
||||||
|
sentencepiece
|
||||||
|
sherpa-onnx
|
||||||
|
k2
|
||||||
|
|
||||||
|
# semantic experiment
|
||||||
|
s3tokenizer
|
@ -142,7 +142,6 @@ fi
|
|||||||
|
|
||||||
if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then
|
if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then
|
||||||
log "Stage 7: Extract cosyvoice2 FSQ token (used by ./f5-tts semantic token experiment)"
|
log "Stage 7: Extract cosyvoice2 FSQ token (used by ./f5-tts semantic token experiment)"
|
||||||
pip install s3tokenizer
|
|
||||||
split_name=("valid" "test" "train")
|
split_name=("valid" "test" "train")
|
||||||
for split in "${split_name[@]}"; do
|
for split in "${split_name[@]}"; do
|
||||||
echo "Processing $split"
|
echo "Processing $split"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user