Skip to content

Commit

Permalink
readme : add note that LLaMA 3 is not supported with convert.py (#7065)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyledean1 committed May 5, 2024
1 parent 889bdd7 commit ca36326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,8 @@ Building the program with BLAS support may lead to some performance improvements

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.

Note: `convert.py` does not support LLaMA 3, you can use `convert-hf-to-gguf.py` with LLaMA 3 downloaded from Hugging Face.

```bash
# obtain the official LLaMA model weights and place them in ./models
ls ./models
Expand Down

0 comments on commit ca36326

Please sign in to comment.