File size: 921 Bytes
20af799
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
license: mit
library_name: mlx
pipeline_tag: image-text-to-text
language:
- en
base_model: microsoft/Fara1.5-27B
tags:
- computer-use
- cua
- web-agent
- multimodal
- vision-language
- agent
- browser-automation
- magentic
- fara
- mlx
---

# Fara1.5-27B MLX BF16

Full-precision MLX-VLM conversion of
[`microsoft/Fara1.5-27B`](https://huggingface.co/microsoft/Fara1.5-27B).

- Source revision: `299c8406a6c6256d45ec200d1ac12b34c5599d9b`
- Precision: BF16, unquantized
- Parameters: 27,356,728,560
- Runtime used for conversion: MLX 0.32.0 and MLX-VLM 0.6.6

```bash
mlx_vlm.generate \
  --model /path/to/Fara1.5-27B-MLX-bf16 \
  --image /path/to/screenshot.png \
  --prompt "Describe the next browser action." \
  --max-tokens 512 \
  --temperature 0
```

Fara is a computer-use agent. Run it only with appropriate browser sandboxing,
domain allow-lists, monitoring, and confirmation gates for irreversible actions.