Pinned transformers version, first working grounding version

This commit is contained in:
Dillon DuPont
2025-08-21 11:54:13 -04:00
parent dad6634ffd
commit b20d2a0a93
4 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ glm45v-hf = [
opencua-hf = [
"accelerate",
"torch",
"transformers>=4.54.0",
"transformers==4.53.0",
"tiktoken>=0.11.0",
"blobfile>=3.0.0"
]
@@ -75,7 +75,7 @@ all = [
"transformers>=4.54.0",
# opencua requirements
"tiktoken>=0.11.0",
"blobfile>=3.0.0"
"blobfile>=3.0.0",
# ui requirements
"gradio>=5.23.3",
"python-dotenv>=1.0.1",