You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
codec_embedding_model_path: "codec_embedding_model.xml" # codec embedding model IR xml path
60
60
code_predictor_ar_model_path: "code_predictor_ar_model" # code predictor autoregressive model directory path
61
61
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".
63
63
code_predictor_single_codec_embed_model_path: "code_predictor_single_codec_embed_model" # code predictor single codec embedding model directory path
64
64
code_predictor_single_codec_embedding_model_path: "code_predictor_single_codec_embedding_model.xml" # code predictor single codec embedding model IR xml path
65
65
speech_decoder_model_path: "speech_decoder_model.xml" # speech decoder model IR xml path
0 commit comments