Remove trailing whitespace
This commit is contained in:
parent
28b749496e
commit
516a0d5509
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue