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 fd5100c commit 10d4fc6Copy full SHA for 10d4fc6
gpttype_adapter.cpp
@@ -3611,7 +3611,7 @@ generation_outputs gpttype_generate(const generation_inputs inputs)
3611
{
3612
logits_to_sample = draft_results.drafted_amount;
3613
}
3614
- while(logits_sampled<logits_to_sample && remaining_tokens>0 && !abort_draft)
+ while(logits_sampled<logits_to_sample && remaining_tokens>0 && !abort_draft && !early_abort)
3615
3616
if(logits_sampled>0)
3617
0 commit comments