Standardise org name.

This commit is contained in:
Vaibhav Srivastav 2023-12-20 20:25:29 +05:30
parent bc3860b643
commit 040ef650d1
3 changed files with 3 additions and 3 deletions

View File

@ -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/) - [Request Llama v2](https://ai.meta.com/resources/models-and-libraries/llama-downloads/)
> [!TIP] > [!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 You can download the TinyLlama models directly from [Hugging
Face](https://huggingface.co/TinyLlama). Face](https://huggingface.co/TinyLlama).

View File

@ -29,7 +29,7 @@ python convert.py
The conversion script will save the converted weights in the same location. The conversion script will save the converted weights in the same location.
> [!TIP] > [!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 ### Run

View File

@ -18,7 +18,7 @@ python convert.py
This will make the `weights.npz` file which MLX can read. This will make the `weights.npz` file which MLX can read.
> [!TIP] > [!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 ## Generate