Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,9 @@ using mlx-lm version **0.21.5**.
|
|
19 |
## Use with mlx
|
20 |
|
21 |
```bash
|
22 |
-
|
|
|
|
|
23 |
```
|
24 |
|
25 |
```bash
|
|
|
19 |
## Use with mlx
|
20 |
|
21 |
```bash
|
22 |
+
# numba is required for the new PLaMo tokenizer
|
23 |
+
pip install mlx numba
|
24 |
+
pip install -U 'git+https://github.com/mitmul/mlx-examples.git@mitmul/fix-plamo2#egg=mlx-lm&subdirectory=llms'
|
25 |
```
|
26 |
|
27 |
```bash
|