From 7d0404c3931b3550aa3f8d5f44e6add8fadecba4 Mon Sep 17 00:00:00 2001 From: Aniket Date: Wed, 9 Aug 2023 09:05:37 -0400 Subject: [PATCH] adding newline in readme --- examples/convert-llama2c-to-ggml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/convert-llama2c-to-ggml/README.md b/examples/convert-llama2c-to-ggml/README.md index 18293947a..da9b51a51 100644 --- a/examples/convert-llama2c-to-ggml/README.md +++ b/examples/convert-llama2c-to-ggml/README.md @@ -10,4 +10,4 @@ To convert the model first download the models from the [llma2.c](https://github Now you can use the model with command: -`$ ./main -m -p "One day, Lily met a Shoggoth" -n 500 -c 256 -eps 1e-5` \ No newline at end of file +`$ ./main -m -p "One day, Lily met a Shoggoth" -n 500 -c 256 -eps 1e-5`