fix stray whitespace after master sync
This commit is contained in:
parent
5031c50e48
commit
5cea869275
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ int main(int argc, char ** argv) {
|
|||
session_tokens.size() > embd_inp.size()) {
|
||||
|
||||
LOGLN("recalculate the cached logits (do): session_tokens.resize( %zu )", embd_inp.size() - 1)
|
||||
|
||||
|
||||
session_tokens.resize(embd_inp.size() - 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue