Update README.md
Browse files
README.md
CHANGED
@@ -14,14 +14,13 @@ tags:
|
|
14 |
|
15 |
The Model [mlx-community/plamo-2-1b](https://huggingface.co/mlx-community/plamo-2-1b) was
|
16 |
converted to MLX format from [pfnet/plamo-2-1b](https://huggingface.co/pfnet/plamo-2-1b)
|
17 |
-
using mlx-lm version **0.
|
18 |
|
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
|
|
|
14 |
|
15 |
The Model [mlx-community/plamo-2-1b](https://huggingface.co/mlx-community/plamo-2-1b) was
|
16 |
converted to MLX format from [pfnet/plamo-2-1b](https://huggingface.co/pfnet/plamo-2-1b)
|
17 |
+
using mlx-lm version **0.22.0**.
|
18 |
|
19 |
## Use with mlx
|
20 |
|
21 |
```bash
|
22 |
# numba is required for the new PLaMo tokenizer
|
23 |
+
pip install mlx numba 'mlx-lm>=0.22.0'
|
|
|
24 |
```
|
25 |
|
26 |
```bash
|