Skip to content

Commit ca36326

Browse files
authored
readme : add note that LLaMA 3 is not supported with convert.py (ggml-org#7065)
1 parent 889bdd7 commit ca36326

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,8 @@ Building the program with BLAS support may lead to some performance improvements
712712
713713
To obtain the official LLaMA 2 weights please see the <a href="#obtaining-and-using-the-facebook-llama-2-model">Obtaining and using the Facebook LLaMA 2 model</a> section. There is also a large selection of pre-quantized `gguf` models available on Hugging Face.
714714
715+
Note: `convert.py` does not support LLaMA 3, you can use `convert-hf-to-gguf.py` with LLaMA 3 downloaded from Hugging Face.
716+
715717
```bash
716718
# obtain the official LLaMA model weights and place them in ./models
717719
ls ./models

0 commit comments

Comments
 (0)