add space to comment
This commit is contained in:
parent
666c5a0395
commit
88df270f6b
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -258,7 +258,7 @@ int main(int argc, char ** argv) {
|
||||||
params.interactive = true;
|
params.interactive = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
//determine newline token
|
// determine newline token
|
||||||
auto llama_token_newline = ::llama_tokenize(ctx, "\n", false);
|
auto llama_token_newline = ::llama_tokenize(ctx, "\n", false);
|
||||||
|
|
||||||
fprintf(stderr, "\n");
|
fprintf(stderr, "\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue