Skip to content

Commit 346368c

Browse files
xipingyanCopilot
andauthored
Update src/cpp/src/module_genai/modules/md_text_to_speech/md_text_to_speech.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cbcef64 commit 346368c

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.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class TextToSpeechModule : public IBaseModule {
4747
const std::vector<int64_t>* history,
4848
const std::vector<int64_t>* suppress_tokens,
4949
std::mt19937& rng);
50-
// sample_codec_token's special case when temperature=0 or top_k=1 or top_p=0, which means greedy decoding.
50+
// Greedy decoding variant of sample_codec_token used when m_sample_codec_token_greedy_search is enabled.
5151
int64_t sample_codec_token_greedy(const float* logits, size_t vocab_size);
5252

5353
ov::Tensor make_decode_mask(size_t past_len, size_t batch);

0 commit comments

Comments
 (0)