Added "cua-agent[internvl-hf]" dep

This commit is contained in:
Dillon DuPont
2025-09-16 12:02:07 -04:00
parent 7cf27b1cc3
commit 9147e8eeaf
4 changed files with 182 additions and 3 deletions

View File

@@ -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",