awni commited on
Commit
e7532d2
·
verified ·
1 Parent(s): 0a2af61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ pinned: false
10
  # MLX Community
11
 
12
  A community org for [MLX](https://github.com/ml-explore/mlx) model weights that run on Apple Silicon. This organization hosts ready-to-use models compatible with:
13
- - [mlx-examples](https://github.com/ml-explore/mlx-examples) – a Python and CLI to run multiple types of models, including LLMs, image models, audio models, and more.
14
  - [mlx-swift-examples](https://github.com/ml-explore/mlx-swift-examples) – a Swift package to run MLX models.
15
  - [mlx-vlm](https://github.com/Blaizzy/mlx-vlm) – package for inference and fine-tuning of Vision Language Models (VLMs) using MLX.
16
 
@@ -78,7 +78,7 @@ Models can also be converted and quantized directly in the
78
  [mlx-my-repo](https://huggingface.co/spaces/mlx-community/mlx-my-repo) Hugging
79
  Face Space.
80
 
81
- For more details on the API checkout the full [README](https://github.com/ml-explore/mlx-examples/tree/main/llms)
82
 
83
 
84
  ### Other Examples:
 
10
  # MLX Community
11
 
12
  A community org for [MLX](https://github.com/ml-explore/mlx) model weights that run on Apple Silicon. This organization hosts ready-to-use models compatible with:
13
+ - [mlx-lm](https://github.com/ml-explore/mlx-lm) - A Python package for LLM text generation and fine-tuning with MLX.
14
  - [mlx-swift-examples](https://github.com/ml-explore/mlx-swift-examples) – a Swift package to run MLX models.
15
  - [mlx-vlm](https://github.com/Blaizzy/mlx-vlm) – package for inference and fine-tuning of Vision Language Models (VLMs) using MLX.
16
 
 
78
  [mlx-my-repo](https://huggingface.co/spaces/mlx-community/mlx-my-repo) Hugging
79
  Face Space.
80
 
81
+ For more details on the API checkout the full [README](https://github.com/ml-explore/mlx-lm/tree/main)
82
 
83
 
84
  ### Other Examples: