kernelpool commited on
Commit
b7f7ef1
·
verified ·
1 Parent(s): ccfa7b0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -20,8 +20,12 @@ using mlx-lm version **0.31.3**.
20
 
21
  ## Use with mlx
22
 
 
 
 
 
23
  ```bash
24
- pip install mlx-lm
25
  ```
26
 
27
  ```python
 
20
 
21
  ## Use with mlx
22
 
23
+ This model requires Hy3 support from [mlx-lm PR #1211](https://github.com/ml-explore/mlx-lm/pull/1211),
24
+ which has not yet been merged. Until it is included in an mlx-lm release, install
25
+ mlx-lm from the PR branch:
26
+
27
  ```bash
28
+ pip install git+https://github.com/ml-explore/mlx-lm.git@refs/pull/1211/head
29
  ```
30
 
31
  ```python