Create README.md
Browse files
README.md
CHANGED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- zh
|
| 4 |
+
- en
|
| 5 |
+
library_name: transformers
|
| 6 |
+
license: mit
|
| 7 |
+
pipeline_tag: image-text-to-text
|
| 8 |
+
tags:
|
| 9 |
+
- mlx
|
| 10 |
+
---
|
| 11 |
+
# DiscoStew/GLM-4.6V-3bit
|
| 12 |
+
This model was converted to MLX format from [`zai-org/GLM-4.6V`]() using mlx-vlm version **0.3.9**.
|
| 13 |
+
Refer to the [original model card](https://huggingface.co/zai-org/GLM-4.6V) for more details on the model.
|
| 14 |
+
## Use with mlx
|
| 15 |
+
|
| 16 |
+
```bash
|
| 17 |
+
pip install -U mlx-vlm
|
| 18 |
+
```
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
python -m mlx_vlm.generate --model mlx-community/GLM-4.6V-3bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
| 22 |
+
```
|