bibproj commited on
Commit
7182148
·
verified ·
1 Parent(s): fe3273e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -10,11 +10,11 @@ tags:
10
  base_model: zai-org/GLM-4.7
11
  ---
12
 
13
- # mlx-community/GLM-4.7-mlx-8bit-gs32
14
 
15
- This model [mlx-community/GLM-4.7-mlx-8bit-gs32](https://huggingface.co/mlx-community/GLM-4.7-mlx-8bit-gs32) was
16
  converted to MLX format from [zai-org/GLM-4.7](https://huggingface.co/zai-org/GLM-4.7)
17
- using mlx-lm version **0.28.1**.
18
 
19
  ## Recipe:
20
  * 8-bit
@@ -34,7 +34,7 @@ pip install mlx-lm
34
  ```python
35
  from mlx_lm import load, generate
36
 
37
- model, tokenizer = load("mlx-community/GLM-4.7-mlx-8bit-gs32")
38
 
39
  prompt = "hello"
40
 
 
10
  base_model: zai-org/GLM-4.7
11
  ---
12
 
13
+ # mlx-community/GLM-4.7-8bit-gs32
14
 
15
+ This model [mlx-community/GLM-4.7-8bit-gs32](https://huggingface.co/mlx-community/GLM-4.7-8bit-gs32) was
16
  converted to MLX format from [zai-org/GLM-4.7](https://huggingface.co/zai-org/GLM-4.7)
17
+ using mlx-lm version **0.30.0**.
18
 
19
  ## Recipe:
20
  * 8-bit
 
34
  ```python
35
  from mlx_lm import load, generate
36
 
37
+ model, tokenizer = load("mlx-community/GLM-4.7-8bit-gs32")
38
 
39
  prompt = "hello"
40