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