From 040ef650d1c752f75de48455e520d83f2998c163 Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastav Date: Wed, 20 Dec 2023 20:25:29 +0530 Subject: [PATCH] Standardise org name. --- llama/README.md | 2 +- mistral/README.md | 2 +- phi2/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llama/README.md b/llama/README.md index f9712e79..0bd6d5af 100644 --- a/llama/README.md +++ b/llama/README.md @@ -21,7 +21,7 @@ weights you will need to request access from Meta: - [Request Llama v2](https://ai.meta.com/resources/models-and-libraries/llama-downloads/) > [!TIP] -> Alternatively, you can also download a few converted checkpoints from the [mlx-community](https://huggingface.co/mlx-community) community organisation on Hugging Face and skip the conversion step. +> Alternatively, you can also download a few converted checkpoints from the the [MLX Community](https://huggingface.co/mlx-community) organisation on Hugging Face and skip the conversion step. You can download the TinyLlama models directly from [Hugging Face](https://huggingface.co/TinyLlama). diff --git a/mistral/README.md b/mistral/README.md index c1efee4a..5b9bcbae 100644 --- a/mistral/README.md +++ b/mistral/README.md @@ -29,7 +29,7 @@ python convert.py The conversion script will save the converted weights in the same location. > [!TIP] -> Alternatively, you can also download a few converted checkpoints from the [mlx-community](https://huggingface.co/mlx-community) community organisation on Hugging Face and skip the conversion step. +> Alternatively, you can also download a few converted checkpoints from the the [MLX Community](https://huggingface.co/mlx-community) organisation on Hugging Face and skip the conversion step. ### Run diff --git a/phi2/README.md b/phi2/README.md index 20d5dd60..4729257a 100644 --- a/phi2/README.md +++ b/phi2/README.md @@ -18,7 +18,7 @@ python convert.py This will make the `weights.npz` file which MLX can read. > [!TIP] -> Alternatively, you can also download a few converted checkpoints from the [mlx-community](https://huggingface.co/mlx-community) community organisation on Hugging Face and skip the conversion step. +> Alternatively, you can also download a few converted checkpoints from the the [MLX Community](https://huggingface.co/mlx-community) organisation on Hugging Face and skip the conversion step. ## Generate