Skip to content

Commit

Permalink
minor : fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Aug 23, 2023
1 parent 9538524 commit a192860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit a192860

Please sign in to comment.