add space to comment

This commit is contained in:
rabidcopy 2023-03-22 19:44:00 -05:00 committed by GitHub
parent 666c5a0395
commit 88df270f6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -258,7 +258,7 @@ int main(int argc, char ** argv) {
params.interactive = true;
}
//determine newline token
// determine newline token
auto llama_token_newline = ::llama_tokenize(ctx, "\n", false);
fprintf(stderr, "\n");