minor : fix trailing whitespace

This commit is contained in:
Georgi Gerganov 2023-08-23 22:37:39 +03:00
parent 95385241a9
commit a192860cfe
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -557,7 +557,7 @@ void load_vocab(const char *filename, Config *config, struct llama_vocab *vocab)
// }
// llama_free(lctx);
// llama_free_model(lmodel);
// } else
// } else
{ // assume llama2.c vocabulary
printf("Assuming llama2.c vocabulary since %s is not a ggml file\n", filename);
llama_file file(filename, "rb");