seamless_communication
seamless_communication copied to clipboard
Have anyone face this problem when finetune
when I run finetune,it tell me:
Traceback (most recent call last):
File "/opt/conda/bin/m4t_finetune", line 8, in
my finetune bash is:
torchrun
--rdzv-backend=c10d
--rdzv-endpoint=localhost:0
--nnodes=1
--nproc-per-node=2
--no-python
m4t_finetune
--mode SPEECH_TO_TEXT
--train_dataset /code/path.json
--eval_dataset /code/path1.json
--learning_rate 1e-6
--warmup_steps 100
--max_epochs 10
--patience 5
--model_name seamlessM4T_v2_large
--save_model_to /code/checkpoint.pt