mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 06:34:20 +00:00
add fairseq2 require
This commit is contained in:
parent
3a7ad277ad
commit
cbc3852876
@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
export CUDA_VISIBLE_DEVICES="2,3"
|
#export CUDA_VISIBLE_DEVICES="2,3"
|
||||||
export PYTHONPATH=$PYTHONPATH:/mnt/samsung-t7/yuekai/asr/icefall
|
pip install -r seamlessm4t/requirements.txt
|
||||||
torchrun --nproc-per-node 2 seamlessm4t/train2.py --use-fp16 1 --max-duration 20
|
pip install k2==1.24.3.dev20230524+cuda11.8.torch2.0.1 -f https://k2-fsa.github.io/k2/cuda.html
|
||||||
|
export PYTHONPATH=$PYTHONPATH:/lustre/fsw/sa/yuekaiz/asr/icefall
|
||||||
|
export PYTHONPATH=$PYTHONPATH:/lustre/fsw/sa/yuekaiz/asr/seamless_communication/src
|
||||||
|
export TORCH_HOME=/lustre/fsw/sa/yuekaiz/asr/hub
|
||||||
|
torchrun --nproc-per-node 8 seamlessm4t/train2.py --use-fp16 1 --max-duration 300
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
k2
|
#k2
|
||||||
kaldialign
|
kaldialign
|
||||||
lhotse
|
lhotse
|
||||||
sentencepiece
|
sentencepiece
|
||||||
tensorboard
|
tensorboard
|
||||||
|
fairseq2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user