From: Ahmet Zeer Date: Thu, 9 May 2024 08:16:45 +0000 (+0300) Subject: TypoFix (#7162) X-Git-Tag: upstream/0.0.4488~1662 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=07cd41d0965829463eff73eda3348aedbfd3a444;p=pkg%2Fggml%2Fsources%2Fllama.cpp TypoFix (#7162) --- diff --git a/examples/convert-llama2c-to-ggml/README.md b/examples/convert-llama2c-to-ggml/README.md index 6da2d7e1..742dcf7a 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`