mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 21:09:58 -06:00
Added "cua-agent[internvl-hf]" dep
This commit is contained in:
@@ -53,6 +53,13 @@ opencua-hf = [
|
||||
"tiktoken>=0.11.0",
|
||||
"blobfile>=3.0.0"
|
||||
]
|
||||
internvl-hf = [
|
||||
"accelerate",
|
||||
"torch",
|
||||
"transformers>=4.55.0",
|
||||
"einops",
|
||||
"timm"
|
||||
]
|
||||
ui = [
|
||||
"gradio>=5.23.3",
|
||||
"python-dotenv>=1.0.1",
|
||||
@@ -68,7 +75,10 @@ all = [
|
||||
"mlx-vlm>=0.1.27; sys_platform == 'darwin'",
|
||||
"accelerate",
|
||||
"torch",
|
||||
"transformers>=4.54.0",
|
||||
"transformers>=4.55.0",
|
||||
# internvl requirements,
|
||||
"einops",
|
||||
"timm",
|
||||
# opencua requirements
|
||||
"tiktoken>=0.11.0",
|
||||
"blobfile>=3.0.0",
|
||||
|
||||
Reference in New Issue
Block a user