Skip to content

Commit a192860

Browse files
committed
minor : fix trailing whitespace
1 parent 9538524 commit a192860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp

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

0 commit comments

Comments
 (0)