Skip to content

Commit 2029d4b

Browse files
xipingyanCopilot
andauthored
Update src/cpp/src/module_genai/modules/md_text_to_speech/md_text_to_speech.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7a06203 commit 2029d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cpp/src/module_genai/modules/md_text_to_speech/md_text_to_speech.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void TextToSpeechModule::print_static_config() {
5959
codec_embedding_model_path: "codec_embedding_model.xml" # codec embedding model IR xml path
6060
code_predictor_ar_model_path: "code_predictor_ar_model" # code predictor autoregressive model directory path
6161
sample_codec_token_greedy_search: false # Enable greedy decoding in sample_codec_token, which is used for fast debugging and also for GPU inference since random sampling is not easy to implement on GPU.
62-
merge_ar_and_sce_ov_models: false # Merge AR and CSE models into one OV model for better performance. Requires "sample_codec_token_greedy_search=true".
62+
merge_ar_and_sce_ov_models: false # Merge AR and SCE models into one OV model for better performance. Requires "sample_codec_token_greedy_search=true".
6363
code_predictor_single_codec_embed_model_path: "code_predictor_single_codec_embed_model" # code predictor single codec embedding model directory path
6464
code_predictor_single_codec_embedding_model_path: "code_predictor_single_codec_embedding_model.xml" # code predictor single codec embedding model IR xml path
6565
speech_decoder_model_path: "speech_decoder_model.xml" # speech decoder model IR xml path

0 commit comments

Comments
 (0)