mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-03 22:24:19 +00:00
update lhotse version
This commit is contained in:
parent
5bf3a9cfe0
commit
8b832f168d
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
k2
|
||||
kaldialign
|
||||
lhotse
|
||||
lhotse==1.18
|
||||
#git+https://github.com/lhotse-speech/lhotse
|
||||
sentencepiece
|
||||
tensorboard
|
||||
librosa
|
||||
|
Loading…
x
Reference in New Issue
Block a user