Skip to content

Commit cbcef64

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 de29bc5 commit cbcef64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 # Eanble 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 CSE 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)