Merge branch 'master' of https://github.com/JoanFM/llama.cpp into feat-jina-embeddings

This commit is contained in:
Joan Martinez 2024-05-09 11:46:01 +02:00
commit ee3250dadb

View 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`