Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,9 @@ tags:
|
|
10 |
- mlx
|
11 |
---
|
12 |
|
13 |
-
#
|
14 |
|
15 |
-
This model [
|
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("
|
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 |
|