From e0a53edb465353468fcbcf4f221f471ef6758d82 Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Tue, 12 Dec 2023 13:32:05 -0800 Subject: [PATCH] llama v1 request --- llama/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/llama/README.md b/llama/README.md index da4e85f3..3ad882de 100644 --- a/llama/README.md +++ b/llama/README.md @@ -14,9 +14,11 @@ pip install -r requirements.txt ``` Next, download and convert the model. If you do not have access to the model -weights you will need to [request -access](https://ai.meta.com/resources/models-and-libraries/llama-downloads/) -from Meta. +weights you will need to request access 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 [mlx-llama](https://huggingface.co/mlx-llama) community organisation on Hugging