Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
goerch committed Sep 9, 2023
1 parent 28b7494 commit 516a0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test-tokenizer-0-llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int main(int argc, char **argv) {
// We need this for unicode console support
console::init(false, false);
atexit([]() { console::cleanup(); });
#endif
#endif

bool success = true;

Expand Down
2 changes: 1 addition & 1 deletion tests/test-tokenizer-1-llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int main(int argc, char **argv) {
// We need this for unicode console support
console::init(false, false);
atexit([]() { console::cleanup(); });
#endif
#endif

const int n_vocab = llama_n_vocab(ctx);

Expand Down

0 comments on commit 516a0d5

Please sign in to comment.