mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 04:19:57 -06:00
local caveat
This commit is contained in:
@@ -32,9 +32,12 @@ pip install "cua-agent[all]"
|
||||
pip install "cua-agent[openai]" # OpenAI Cua Loop
|
||||
pip install "cua-agent[anthropic]" # Anthropic Cua Loop
|
||||
pip install "cua-agent[uitars]" # UI-Tars support
|
||||
pip install "cua-agent[uitars-mlx]" # local UI-Tars support with MLXVLM
|
||||
pip install "cua-agent[omni]" # Cua Loop based on OmniParser (includes Ollama for local models)
|
||||
pip install "cua-agent[ui]" # Gradio UI for the agent
|
||||
|
||||
# For local UI-TARS with MLX support, you need to manually install mlx-vlm:
|
||||
pip install "cua-agent[uitars-mlx]"
|
||||
pip install git+https://github.com/ddupont808/mlx-vlm.git@stable/fix/qwen2-position-id # PR: https://github.com/Blaizzy/mlx-vlm/pull/349
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
Reference in New Issue
Block a user