abalogh commited on
Commit
6b293ca
·
verified ·
1 Parent(s): a8533eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,9 +10,9 @@ tags:
10
  - mlx
11
  ---
12
 
13
- # abalogh/GLM-Z1-32B-0414-4bit
14
 
15
- This model [abalogh/GLM-Z1-32B-0414-4bit](https://huggingface.co/abalogh/GLM-Z1-32B-0414-4bit) was
16
  converted to MLX format from [THUDM/GLM-Z1-32B-0414](https://huggingface.co/THUDM/GLM-Z1-32B-0414)
17
  using mlx-lm version **0.23.0**.
18
 
@@ -25,7 +25,7 @@ pip install mlx-lm
25
  ```python
26
  from mlx_lm import load, generate
27
 
28
- model, tokenizer = load("abalogh/GLM-Z1-32B-0414-4bit")
29
 
30
  prompt = "hello"
31
 
 
10
  - mlx
11
  ---
12
 
13
+ # mlx-community/GLM-Z1-32B-0414-4bit
14
 
15
+ This model [mlx-community/GLM-Z1-32B-0414-4bit](https://huggingface.co/mlx-community/GLM-Z1-32B-0414-4bit) was
16
  converted to MLX format from [THUDM/GLM-Z1-32B-0414](https://huggingface.co/THUDM/GLM-Z1-32B-0414)
17
  using mlx-lm version **0.23.0**.
18
 
 
25
  ```python
26
  from mlx_lm import load, generate
27
 
28
+ model, tokenizer = load("mlx-community/GLM-Z1-32B-0414-4bit")
29
 
30
  prompt = "hello"
31