Fix CosyVoice3 config error

This commit is contained in:
di.wu
2025-12-17 14:56:21 +08:00
parent f5816b4e51
commit ff0d05c380
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ num_decoding_left_chunks: -1 # streaming inference flow decoder left chunk size,
# model params
# for all class/function included in this repo, we use !<name> or !<new> for intialization, so that user may find all corresponding class/function according to one single yaml.
# for system/third_party class/function, we do not require this.
llm: !new:cosyvoice.llm.llm.Qwen2LM
llm: !new:cosyvoice.llm.llm.CosyVoice3LM
llm_input_size: !ref <llm_input_size>
llm_output_size: !ref <llm_output_size>
speech_token_size: 6561
@@ -231,4 +231,4 @@ train_conf_gan:
grad_clip: 5
accum_grad: 1 # in gan training, accum_grad must be 1
log_interval: 100
save_per_step: -1
save_per_step: -1