File size: 592 Bytes
50381af |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
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>
```
|