minor: spaces
This commit is contained in:
parent
1423fcece8
commit
03f458c6f4
1 changed files with 2 additions and 2 deletions
|
@ -1222,9 +1222,9 @@ struct server_context {
|
||||||
{ "n_ctx_train", n_ctx_train },
|
{ "n_ctx_train", n_ctx_train },
|
||||||
{ "ga_n", slot.ga_n },
|
{ "ga_n", slot.ga_n },
|
||||||
});
|
});
|
||||||
slot.truncated = true;
|
slot.truncated = true;
|
||||||
|
slot.stopped_limit = true;
|
||||||
slot.has_next_token = false; // stop prediction
|
slot.has_next_token = false; // stop prediction
|
||||||
slot.stopped_limit = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_VERBOSE("next token", {
|
LOG_VERBOSE("next token", {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue