library_name: transformers | |
license: apache-2.0 | |
datasets: | |
- allenai/olmOCR-mix-0225 | |
base_model: reducto/RolmOCR | |
tags: | |
- mlx | |
# dicksonhk/RolmOCR-mlx-fp16 | |
The Model [dicksonhk/RolmOCR-mlx-fp16](https://huggingface.co/dicksonhk/RolmOCR-mlx-fp16) was converted to $MLX format from [reducto/RolmOCR](https://huggingface.co/reducto/RolmOCR) using $mlx-vlm version **0.1.15**. | |
```bash | |
pip install -U mlx-vlm | |
``` | |
```bash | |
python -m mlx_vlm.generate --model dicksonhk/RolmOCR-mlx-fp16 --max-tokens 100 --temp 0.0 --prompt "Describe this image." --image <path_to_image> | |
``` | |