update lhotse version

This commit is contained in:
Yuekai Zhang 2024-01-09 01:48:25 -08:00
parent 5bf3a9cfe0
commit 8b832f168d
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,9 @@
pip install -r whisper/requirements.txt
pip install k2==1.24.3.dev20230524+cuda11.8.torch2.0.1 -f https://k2-fsa.github.io/k2/cuda.html
export PYTHONPATH=$PYTHONPATH:/mnt/samsung-t7/yuekai/asr/icefall
pip install -r whisper/requirements.txt
export PYTHONPATH=$PYTHONPATH:/workspace/icefall
#export PYTHONPATH=$PYTHONPATH:/lustre/fsw/sa/yuekaiz/asr/icefall
#export PYTHONPATH=$PYTHONPATH:/mnt/samsung-t7/yuekai/asr/icefall
torchrun --nproc-per-node 8 whisper/train.py --use-fp16 1 --max-duration 20 --base-lr 1e-5 --exp-dir whisper/exp_medimum --start-epoch 1

View File

@ -1,6 +1,7 @@
k2
kaldialign
lhotse
lhotse==1.18
#git+https://github.com/lhotse-speech/lhotse
sentencepiece
tensorboard
librosa