mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 21:09:58 -06:00
moved mlx into optional dep
This commit is contained in:
@@ -32,6 +32,7 @@ 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
|
||||
```
|
||||
|
||||
@@ -36,6 +36,8 @@ openai = [
|
||||
]
|
||||
uitars = [
|
||||
"httpx>=0.27.0,<0.29.0",
|
||||
]
|
||||
uitars-mlx = [
|
||||
"mlx-vlm @ git+https://github.com/ddupont808/mlx-vlm.git@stable/fix/qwen2-position-id"
|
||||
]
|
||||
ui = [
|
||||
|
||||
Reference in New Issue
Block a user