llama v1 request

This commit is contained in:
Awni Hannun 2023-12-12 13:32:05 -08:00
parent c18b990f08
commit 61f81f2078

View File

@ -14,9 +14,11 @@ pip install -r requirements.txt
``` ```
Next, download and convert the model. If you do not have access to the model Next, download and convert the model. If you do not have access to the model
weights you will need to [request weights you will need to request access from Meta:
access](https://ai.meta.com/resources/models-and-libraries/llama-downloads/)
from Meta. - [Request Llama v1](https://docs.google.com/forms/d/e/1FAIpQLSfqNECQnMkycAp2jP4Z9TFX0cGR4uf7b_fBxjY_OjhJILlKGA/viewform)
- [Request Llama v2](https://ai.meta.com/resources/models-and-libraries/llama-downloads/)
Alternatively, you can also download a select converted checkpoints from the Alternatively, you can also download a select converted checkpoints from the
[mlx-llama](https://huggingface.co/mlx-llama) community organisation on Hugging [mlx-llama](https://huggingface.co/mlx-llama) community organisation on Hugging