File size: 573 Bytes
4cad3ad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
library_name: transformers
license: apache-2.0
datasets:
- allenai/olmOCR-mix-0225
base_model: reducto/RolmOCR
tags:
- mlx
---

# dicksonhk/RolmOCR-mlx-4Bit

The Model [dicksonhk/RolmOCR-mlx-4Bit](https://huggingface.co/dicksonhk/RolmOCR-mlx-4Bit) 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-4Bit --max-tokens 100 --temp 0.0 --prompt "Describe this image." --image <path_to_image>
```