Skip to content

Commit e2083af

Browse files
Added ibm/granite-vision-3.1-2b-preview in the list of supported models
1 parent 69a4b67 commit e2083af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def get_llm_model(provider: str, **kwargs):
253253
"Pro/THUDM/chatglm3-6b",
254254
"Pro/THUDM/glm-4-9b-chat",
255255
],
256-
"ibm": ["meta-llama/llama-4-maverick-17b-128e-instruct-fp8","meta-llama/llama-3-2-90b-vision-instruct"]
256+
"ibm": ["ibm/granite-vision-3.1-2b-preview", "meta-llama/llama-4-maverick-17b-128e-instruct-fp8","meta-llama/llama-3-2-90b-vision-instruct"]
257257
}
258258

259259

0 commit comments

Comments
 (0)