bibproj commited on
Commit
071ab68
·
verified ·
1 Parent(s): 1911e6c

Update README.md

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