mlx-community/MolmoPoint-8B-5bit
016
1---2license: apache-2.03language:4- en5base_model:6- Qwen/Qwen3-8B7- google/siglip-so400m-patch14-3848pipeline_tag: image-text-to-text9tags:10- multimodal11- olmo12- molmo13- molmo214- molmo_point15- mlx16---17 18# mlx-community/MolmoPoint-8B-5bit19This model was converted to MLX format from [`allenai/MolmoPoint-8B`]() using mlx-vlm version **0.4.1**.20Refer to the [original model card](https://huggingface.co/allenai/MolmoPoint-8B) for more details on the model.21## Use with mlx22 23```bash24pip install -U mlx-vlm25```26 27```bash28python -m mlx_vlm.generate --model mlx-community/MolmoPoint-8B-5bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>29```30 