Skip to content

Commit

Permalink
Update lm_encoding.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
iefode authored Dec 20, 2024
1 parent 1905fdd commit c7bc7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/src/lm_encoding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ std::pair<EncodedResults, int32_t> get_lm_encoded_results(

SamplerOutput sampler_output = sampler.sample(sequence_groups, logits);
stream_generated_tokens();

// "Generation" phase

while (!active_sequence_groups.empty()) {
Expand Down

0 comments on commit c7bc7b8

Please sign in to comment.