CosyVoice
CosyVoice copied to clipboard
'CosyVoiceModel' object has no attribute 'inference'
trying to run training (CosyVoice/examples/libritts/cosyvoice/run.sh), while doing the inference step i get this error: 'CosyVoiceModel' object has no attribute 'inference' when looking inside inference.py i see: model = CosyVoiceModel(configs['llm'], configs['flow'], configs['hift']) while in cli/model.py there is the CosyVoiceModel class without inference method.