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