Remove trailing whitespace

This commit is contained in:
goerch 2023-09-09 13:49:25 +02:00
parent 28b749496e
commit 516a0d5509
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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);