add requirements.txt

This commit is contained in:
root 2025-02-21 02:31:40 +00:00
parent 2edaf685e1
commit 5c21518870
2 changed files with 36 additions and 1 deletions

View 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

View File

@ -142,7 +142,6 @@ fi
if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then
log "Stage 7: Extract cosyvoice2 FSQ token (used by ./f5-tts semantic token experiment)"
pip install s3tokenizer
split_name=("valid" "test" "train")
for split in "${split_name[@]}"; do
echo "Processing $split"