summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAhmet Zeer <ahmed.zeer@std.yildiz.edu.tr>2024-05-09 11:16:45 +0300
committerGitHub <noreply@github.com>2024-05-09 10:16:45 +0200
commit07cd41d0965829463eff73eda3348aedbfd3a444 (patch)
tree1af1d8a5965dc1b06d2aee71d3a789c7b37ced3e /examples
parent4426e2987b566f09c7aa96ada9706cc778637620 (diff)
TypoFix (#7162)
Diffstat (limited to 'examples')
-rw-r--r--examples/convert-llama2c-to-ggml/README.md2
1 files changed, 1 insertions, 1 deletions
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`