From: Georgi Gerganov Date: Wed, 23 Aug 2023 19:37:39 +0000 (+0300) Subject: minor : fix trailing whitespace X-Git-Tag: gguf-v0.4.0~266 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a192860cfec89a38d59a943623bf595b1fe4495b;p=pkg%2Fggml%2Fsources%2Fllama.cpp minor : fix trailing whitespace --- 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");