Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ license: mit
|
|
| 7 |
pipeline_tag: image-text-to-text
|
| 8 |
tags:
|
| 9 |
- mlx
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# mlx-community/GLM-4.6V-mxfp4
|
|
@@ -20,4 +22,4 @@ pip install git+https://github.com/zhutao100/mlx-vlm.git
|
|
| 20 |
|
| 21 |
```bash
|
| 22 |
python -m mlx_vlm.generate --model mlx-community/GLM-4.6V-mxfp4 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
| 23 |
-
```
|
|
|
|
| 7 |
pipeline_tag: image-text-to-text
|
| 8 |
tags:
|
| 9 |
- mlx
|
| 10 |
+
base_model:
|
| 11 |
+
- zai-org/GLM-4.6V
|
| 12 |
---
|
| 13 |
|
| 14 |
# mlx-community/GLM-4.6V-mxfp4
|
|
|
|
| 22 |
|
| 23 |
```bash
|
| 24 |
python -m mlx_vlm.generate --model mlx-community/GLM-4.6V-mxfp4 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
| 25 |
+
```
|