teamtee
teamtee
You can refer to the same problem as deepspeed below, maybe dtype needs to be changed to your quantization type and check the train_utils.py file. If you use bf16/fp16 training...
Thanks,I will check.I just install the k2/icefall and run the script yesno follow the tutorials.
OK,the all input is here ``` (slam-mala) (slam-llm) [yangui.fang_sx@d8-hpc-gpu-029 ASR]$ ./prepare.sh 2025-01-03 11:35:43 (prepare.sh:27:main) dl_dir: /hpc_stor01/home/yangui.fang_sx/workingspace/github/icefall/egs/yesno/ASR/download 2025-01-03 11:35:43 (prepare.sh:30:main) Stage 0: Download data 2025-01-03 11:35:43 (prepare.sh:39:main) Stage 1: Prepare yesno...
And I note the icefall/egs/yesno/ASR/data/lm/G.fst.txt is empty
I will test this problem tomorrow.
Strangely, I didn't encounter this problem.
The error above shows that the variable dev_scp_file_path is an empty string. It should be that your bash script has spaces or something like that, which causes this variable to...
In my test code, the second split is val
Maybe ``` {"task": "ASR_EN", "prompt": "Transcribe speech to text."} {"task": "ASR_CH", "prompt": "请识别语音."} ```