From 31581d8df093afeecdc9f58fd41b5f5e316e0759 Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Thu, 13 Mar 2025 20:49:10 -0700 Subject: [PATCH] mlx-lm move notice --- README.md | 7 ++++--- llms/README.md | 6 ++++++ llms/mlx_lm/README.md | 6 ++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e47bd598..9b88bd34 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ This repo contains a variety of standalone examples using the [MLX framework](https://github.com/ml-explore/mlx). The [MNIST](mnist) example is a good starting point to learn how to use MLX. - -Some more useful examples are listed below. +Some more useful examples are listed below. Check-out [MLX +LM](https://github.com/ml-explore/mlx-lm) for a more fully featured Python +package for LLMs with MLX. ### Text Models -- [MLX LM](llms/README.md) a package for LLM text generation, fine-tuning, and more. - [Transformer language model](transformer_lm) training. - Minimal examples of large scale text generation with [LLaMA](llms/llama), [Mistral](llms/mistral), and more in the [LLMs](llms) directory. @@ -30,6 +30,7 @@ Some more useful examples are listed below. - Speech recognition with [OpenAI's Whisper](whisper). - Audio compression and generation with [Meta's EnCodec](encodec). +- Music generation with [Meta's MusicGen](musicgen). ### Multimodal models diff --git a/llms/README.md b/llms/README.md index e2d1db59..c9283a0d 100644 --- a/llms/README.md +++ b/llms/README.md @@ -1,3 +1,9 @@ +# DEPRECATED + +The mlx-lm package has moved to a [new repo](https://github.com/ml-explore/mlx-lm). + +The package here will be removed soon. Send new contributions and issues to the MLX LM repo. + ## Generate Text with LLMs and MLX The easiest way to get started is to install the `mlx-lm` package: diff --git a/llms/mlx_lm/README.md b/llms/mlx_lm/README.md index 66f2b5e9..fd11a8f2 100644 --- a/llms/mlx_lm/README.md +++ b/llms/mlx_lm/README.md @@ -1,3 +1,9 @@ +# DEPRECATED + +The mlx-lm package has moved to a [new repo](https://github.com/ml-explore/mlx-lm). + +The package here will be removed soon. Send new contributions and issues to the MLX LM repo. + ## Generate Text with MLX and :hugs: Hugging Face This an example of large language model text generation that can pull models from