--- license: apache-2.0 language: - en base_model: Hcompany/Holo3-35B-A3B pipeline_tag: image-text-to-text library_name: mlx tags: - multimodal - action - agent - pytorch - computer use - gui agents - moe - mlx --- # mlx-community/Holo3-35B-A3B-8bit This model was converted to MLX format from [`Hcompany/Holo3-35B-A3B`](https://huggingface.co/Hcompany/Holo3-35B-A3B) using mlx-vlm version **0.4.2**. Refer to the [original model card](https://huggingface.co/Hcompany/Holo3-35B-A3B) for more details on the model. ## Use with mlx ```bash pip install -U mlx-vlm ``` ```bash python -m mlx_vlm.generate --model mlx-community/Holo3-35B-A3B-8bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image ```