summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-08-23 22:37:39 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-08-23 22:37:39 +0300
commita192860cfec89a38d59a943623bf595b1fe4495b (patch)
tree94ff296361dd3ddc02ce3c80c077bbda94075f3b
parent95385241a91a616788a3bb76d12c9b7b2379ca2d (diff)
minor : fix trailing whitespace
-rw-r--r--examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp b/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
index 1551a85c..f8a58dc7 100644
--- a/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
+++ b/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
@@ -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");