moldybready commited on
Commit
d634ed3
·
verified ·
1 Parent(s): 1c5aff3

Update README: rename to Mano-CUA-2.0-4B-MLX-8bit

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -14,11 +14,11 @@ tags:
14
  - quantized
15
  ---
16
 
17
- # Mano-CUA-4B-Thinking-1.1-MLX-8bit
18
 
19
  **Mano-CUA** is the Computer Use Agent model under the [Mano](https://github.com/Mininglamp-AI/Mano-P) open-source model series. It is a GUI-VLA (Visual Language Agent) model designed specifically for edge devices, capable of autonomously completing complex desktop GUI operations through visual understanding.
20
 
21
- This is the **MLX 8-bit quantized** version, optimized for Apple Silicon (Mac mini / MacBook). For the full-precision fp16 version, see [Mano-CUA-4B-Thinking-1.1](https://huggingface.co/Mininglamp-2718/Mano-CUA-4B-Thinking-1.1).
22
 
23
  ## Main Capabilities
24
 
@@ -63,7 +63,7 @@ from vlm_service import custom_generate
63
  from PIL import Image
64
 
65
  # 1. Load model
66
- model, processor = pm.load("Mininglamp-2718/Mano-CUA-4B-Thinking-1.1-MLX-8bit")
67
 
68
  # 2. Load a screenshot
69
  img = Image.open("screenshot.png")
@@ -170,8 +170,8 @@ if is_available():
170
 
171
  | Version | Repo | Description |
172
  |---------|------|-------------|
173
- | fp16 | [Mano-CUA-4B-Thinking-1.1](https://huggingface.co/Mininglamp-2718/Mano-CUA-4B-Thinking-1.1) | Full precision, for archival / re-quantization / GPU inference |
174
- | MLX-8bit (this) | [Mano-CUA-4B-Thinking-1.1-MLX-8bit](https://huggingface.co/Mininglamp-2718/Mano-CUA-4B-Thinking-1.1-MLX-8bit) | MLX 8-bit quantized, recommended for Apple Silicon local inference |
175
 
176
 
177
  ## Contact
 
14
  - quantized
15
  ---
16
 
17
+ # Mano-CUA-2.0-4B-MLX-8bit
18
 
19
  **Mano-CUA** is the Computer Use Agent model under the [Mano](https://github.com/Mininglamp-AI/Mano-P) open-source model series. It is a GUI-VLA (Visual Language Agent) model designed specifically for edge devices, capable of autonomously completing complex desktop GUI operations through visual understanding.
20
 
21
+ This is the **MLX 8-bit quantized** version, optimized for Apple Silicon (Mac mini / MacBook). For the full-precision fp16 version, see [Mano-CUA-2.0-4B](https://huggingface.co/Mininglamp-2718/Mano-CUA-2.0-4B).
22
 
23
  ## Main Capabilities
24
 
 
63
  from PIL import Image
64
 
65
  # 1. Load model
66
+ model, processor = pm.load("Mininglamp-2718/Mano-CUA-2.0-4B-MLX-8bit")
67
 
68
  # 2. Load a screenshot
69
  img = Image.open("screenshot.png")
 
170
 
171
  | Version | Repo | Description |
172
  |---------|------|-------------|
173
+ | fp16 | [Mano-CUA-2.0-4B](https://huggingface.co/Mininglamp-2718/Mano-CUA-2.0-4B) | Full precision, for archival / re-quantization / GPU inference |
174
+ | MLX-8bit (this) | [Mano-CUA-2.0-4B-MLX-8bit](https://huggingface.co/Mininglamp-2718/Mano-CUA-2.0-4B-MLX-8bit) | MLX 8-bit quantized, recommended for Apple Silicon local inference |
175
 
176
 
177
  ## Contact