fix stray whitespace after master sync

This commit is contained in:
staviq 2023-08-26 18:08:55 +02:00
parent 5031c50e48
commit 5cea869275

View file

@ -289,7 +289,7 @@ int main(int argc, char ** argv) {
session_tokens.size() > embd_inp.size()) { session_tokens.size() > embd_inp.size()) {
LOGLN("recalculate the cached logits (do): session_tokens.resize( %zu )", embd_inp.size() - 1) LOGLN("recalculate the cached logits (do): session_tokens.resize( %zu )", embd_inp.size() - 1)
session_tokens.resize(embd_inp.size() - 1); session_tokens.resize(embd_inp.size() - 1);
} }