You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/convert-llama2c-to-ggml/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
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.
4
4
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:
0 commit comments