File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
projects/llm_framework/main_cosy_voice Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 5454 "n_timesteps" : 10 ,
5555 "b_use_mmap_load_embed" : true ,
5656 "b_dynamic_load_axmodel_layer" : false ,
57+ "precompute_len" : 100 ,
58+ "cmm_size" : 1227676 ,
5759 "ext_scripts" : [
5860 " tokenizer_CosyVoice2-0.5B-ax650.py" ,
5961 " tokenizer"
Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ class llm_task {
182182 CONFIG_AUTO_SET (file_body[" mode_param" ], filename_decoder_axmodel);
183183 CONFIG_AUTO_SET (file_body[" mode_param" ], token2wav_axmodel_dir);
184184 CONFIG_AUTO_SET (file_body[" mode_param" ], n_timesteps);
185- CONFIG_AUTO_SET (file_body[" mode_param" ], prompt_files);
186185 CONFIG_AUTO_SET (file_body[" mode_param" ], template_filename_axmodel);
187186 CONFIG_AUTO_SET (file_body[" mode_param" ], b_bos);
188187 CONFIG_AUTO_SET (file_body[" mode_param" ], b_eos);
@@ -209,9 +208,6 @@ class llm_task {
209208 INFER_CONFIG_AUTO_SET (file_body[" mode_param" ], hift_p1_50_first);
210209 INFER_CONFIG_AUTO_SET (file_body[" mode_param" ], hift_p1_58);
211210 INFER_CONFIG_AUTO_SET (file_body[" mode_param" ], prompt_dir);
212- INFER_CONFIG_AUTO_SET (file_body[" mode_param" ], prompt_dir);
213- INFER_CONFIG_AUTO_SET (file_body[" mode_param" ], prompt_dir);
214- INFER_CONFIG_AUTO_SET (file_body[" mode_param" ], prompt_dir);
215211 {
216212 auto has_http = [](const std::string &s) { return s.find (" http" ) != std::string::npos; };
217213
You can’t perform that action at this time.
0 commit comments