]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
minor : fix trailing whitespace
authorGeorgi Gerganov <redacted>
Wed, 23 Aug 2023 19:37:39 +0000 (22:37 +0300)
committerGeorgi Gerganov <redacted>
Wed, 23 Aug 2023 19:37:39 +0000 (22:37 +0300)
examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp

index 1551a85cd354461f8fa89acd16a6e4b47f2a9206..f8a58dc7a169a883fd7ea0f685b35d40d1c56038 100644 (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");