Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
base_model: zai-org/GLM-4.6
|
| 11 |
---
|
| 12 |
|
| 13 |
-
# mlx-community/GLM-4.6-
|
| 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-
|
| 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 |
|