在微调CosyVoice 2.0时,发生报错:NotImplementedError: Module [Qwen2LM] is missing the required "forward" function
Opened this issue · 1 comments
hixiaoxiong commented
在参考examples/magicdata-read/cosyvoice/run.sh微调CosyVoice2.0时,并且在cosyvoice.yaml里配置了qwen_pretrain_path: '../../../pretrained_models/CosyVoice2-0.5B/CosyVoice-BlankEN',结果run.sh里的inference是跑通了,但是train llm部分返回了如下报错:NotImplementedError: Module [Qwen2LM] is missing the required "forward" function,这是什么原因?谢谢大佬!
hildazzz commented
2.0版本的支持llm微调吗?