Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reenable tokenizer test for LLaMa #3096

Merged
merged 12 commits into from
Sep 13, 2023
Prev Previous commit
Next Next commit
Remove trailing whitespace
  • Loading branch information
goerch committed Sep 9, 2023
commit 516a0d55092fa4bccc06cf3ce8552780dde014d3
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