kernelpool commited on
Commit
edb5113
·
verified ·
1 Parent(s): 72d65b9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -32,12 +32,13 @@ from measured round-trip quantization error, rather than uniformly.
32
 
33
  ## Use with mlx
34
 
35
- This model requires Kimi K3 support from mlx-lm PR #TBD, which has not yet
36
- been merged. Until it is included in an mlx-lm release, install mlx-lm from
37
- the PR branch:
 
38
 
39
  ```bash
40
- pip install git+https://github.com/ml-explore/mlx-lm.git@refs/pull/TBD/head
41
  pip install tiktoken
42
  ```
43
 
 
32
 
33
  ## Use with mlx
34
 
35
+ This model requires Kimi K3 support from
36
+ [mlx-lm PR #1626](https://github.com/ml-explore/mlx-lm/pull/1626), which has
37
+ not yet been merged. Until it is included in an mlx-lm release, install
38
+ mlx-lm from the PR branch:
39
 
40
  ```bash
41
+ pip install git+https://github.com/ml-explore/mlx-lm.git@refs/pull/1626/head
42
  pip install tiktoken
43
  ```
44