mitmul commited on
Commit
aa9660e
·
verified ·
1 Parent(s): 4548acb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -19,7 +19,9 @@ using mlx-lm version **0.21.5**.
19
  ## Use with mlx
20
 
21
  ```bash
22
- pip install mlx 'mlx-lm>=0.21.5' numba # numba is required for the new PLaMo tokenizer
 
 
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