Skip to content

Commit 07cd41d

Browse files
authored
TypoFix (ggml-org#7162)
1 parent 4426e29 commit 07cd41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/convert-llama2c-to-ggml/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
To convert the model first download the models from the [llma2.c](https://github.com/karpathy/llama2.c) repository:
5+
To convert the model first download the models from the [llama2.c](https://github.com/karpathy/llama2.c) repository:
66

77
`$ make -j`
88

0 commit comments

Comments
 (0)