We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedb048 commit 96298c1Copy full SHA for 96298c1
examples/qualcomm/oss_scripts/llama3_2/runner/runner.cpp
@@ -364,10 +364,10 @@ Error Runner::generate(
364
token_callback(piece_res.get().c_str());
365
}
366
367
- if (pos >= num_prompt_tokens && eos_id_.count(cur_token) > 0) {
368
- ET_LOG(Info, "\nReached to the end of generation");
369
- break;
370
- }
+ // if (pos >= num_prompt_tokens && eos_id_.count(cur_token) > 0) {
+ // ET_LOG(Info, "\nReached to the end of generation");
+ // break;
+ // }
371
372
};
373
0 commit comments