From 5a5b2b6dcf03771f2f9038c1e0b2bed5dac7474b Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastav Date: Wed, 6 Dec 2023 19:13:14 +0100 Subject: [PATCH] Add url to mlx checkpoints on HF. --- llama/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llama/README.md b/llama/README.md index 1314ca86..63aba7d9 100644 --- a/llama/README.md +++ b/llama/README.md @@ -17,6 +17,9 @@ weights you will need to [request access](https://docs.google.com/forms/d/e/1FAIpQLSfqNECQnMkycAp2jP4Z9TFX0cGR4uf7b_fBxjY_OjhJILlKGA/viewform) from Meta. + +Alternatively, you can also download a select converted checkpoints from the [mlx-llama](https://huggingface.co/mlx-llama) community organisation on Hugging Face and skip the conversion step. + Convert the weights with: ```