Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,8 @@ using mlx-lm version **0.25.2**.
|
|
| 17 |
|
| 18 |
## Use with mlx
|
| 19 |
|
|
|
|
|
|
|
| 20 |
```bash
|
| 21 |
pip install mlx-lm
|
| 22 |
```
|
|
|
|
| 17 |
|
| 18 |
## Use with mlx
|
| 19 |
|
| 20 |
+
Please ensure your `mlx` version is **0.26.2 or newer**. You can upgrade `mlx` using: `pip install --upgrade mlx`
|
| 21 |
+
|
| 22 |
```bash
|
| 23 |
pip install mlx-lm
|
| 24 |
```
|