From c7bc7b8d1a504360532dc9138928dc609b46f8cd Mon Sep 17 00:00:00 2001 From: Irina Efode Date: Fri, 20 Dec 2024 14:47:27 +0400 Subject: [PATCH] Update lm_encoding.cpp --- src/cpp/src/lm_encoding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/src/lm_encoding.cpp b/src/cpp/src/lm_encoding.cpp index cf163d5d3f..031214468e 100644 --- a/src/cpp/src/lm_encoding.cpp +++ b/src/cpp/src/lm_encoding.cpp @@ -133,7 +133,7 @@ std::pair get_lm_encoded_results( SamplerOutput sampler_output = sampler.sample(sequence_groups, logits); stream_generated_tokens(); - + // "Generation" phase while (!active_sequence_groups.empty()) {