foobar2333's picture
Update README.md
773591f verified
metadata
language:
  - zh
  - en
library_name: transformers
license: mit
pipeline_tag: image-text-to-text
tags:
  - mlx
base_model:
  - zai-org/GLM-4.6V-Flash

mlx-community/GLM-4.6V-Flash-mxfp4

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

Use with mlx

pip install -U mlx-vlm
python -m mlx_vlm.generate --model mlx-community/GLM-4.6V-Flash-mxfp4 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>