From 65f0b3501701a74ec88d1ec8bd5592287f1bbf32 Mon Sep 17 00:00:00 2001 From: Ahmet Zeer Date: Thu, 9 May 2024 08:24:02 +0300 Subject: [PATCH] TypoFix --- 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 6da2d7e1809a9..742dcf7a35b50 100644 --- a/examples/convert-llama2c-to-ggml/README.md +++ b/examples/convert-llama2c-to-ggml/README.md @@ -2,7 +2,7 @@ This example reads weights from project [llama2.c](https://github.com/karpathy/llama2.c) and saves them in ggml compatible format. The vocab that is available in `models/ggml-vocab.bin` is used by default. -To convert the model first download the models from the [llma2.c](https://github.com/karpathy/llama2.c) repository: +To convert the model first download the models from the [llama2.c](https://github.com/karpathy/llama2.c) repository: `$ make -j`