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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -19,8 +19,7 @@ using mlx-lm version **0.21.5**.
19
  ## Use with mlx
20
 
21
  ```bash
22
- pip install mlx numba # numba is required for the new PLaMo tokenizer
23
- pip install 'git+https://github.com/ml-explore/mlx-examples.git@main#egg=mlx-lm&subdirectory=llms'
24
  ```
25
 
26
  ```bash
 
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