minor: spaces

This commit is contained in:
Pierrick HYMBERT 2024-04-19 13:59:36 +02:00
parent 1423fcece8
commit 03f458c6f4

View file

@ -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", {