From ad58052e8ffda3cf5c774850f861f8e6c74b2eb8 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Sat, 10 May 2025 20:39:20 -0400 Subject: [PATCH] local caveat --- libs/agent/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/agent/README.md b/libs/agent/README.md index 3a255c71..31d1accd 100644 --- a/libs/agent/README.md +++ b/libs/agent/README.md @@ -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