mitmul commited on
Commit
d035a60
·
verified ·
1 Parent(s): 4076712

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
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.21.5**.
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