]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
TypoFix (#7162)
authorAhmet Zeer <redacted>
Thu, 9 May 2024 08:16:45 +0000 (11:16 +0300)
committerGitHub <redacted>
Thu, 9 May 2024 08:16:45 +0000 (10:16 +0200)
examples/convert-llama2c-to-ggml/README.md

index 6da2d7e1809a94093f91587f38cd53433dca73f9..742dcf7a35b506e5c201664aee3410f27cbf23cf 100644 (file)
@@ -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`