mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 08:21:59 +00:00
fix lint
This commit is contained in:
parent
3f7aa99b0d
commit
e360b438b4
@ -69,7 +69,7 @@ impl TextGeneration for LlamaEngine {
|
||||
while n_remains > 0 {
|
||||
if cancel_for_inference.is_cancelled() {
|
||||
// The token was cancelled
|
||||
break
|
||||
break;
|
||||
}
|
||||
|
||||
next_token_id = engine.step(next_token_id);
|
||||
|
Loading…
Reference in New Issue
Block a user