DiscoStew commited on
Commit
b8c814d
·
verified ·
1 Parent(s): 705d6a8

Create README.md

Browse files

This model was converted to MLX format from zai-org/GLM-4.6V using mlx-vlm version 0.3.9. Refer to the original model card for more details on the model.

--quantize --q-bits 3 --q-group-size 128

Use with mlx

pip install -U mlx-vlm

python -m mlx_vlm.generate --model DiscoStew/GLM-4.6V-3Bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>

Files changed (1) hide show
  1. README.md +4 -0
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - zai-org/GLM-4.6V
4
+ ---