Added ibm/granite-vision-3.1-2b-preview in the list of supported models

This commit is contained in:
Madhuri Pednekar
2025-04-24 17:30:55 +05:30
parent 69a4b675b2
commit e2083af255

View File

@@ -253,7 +253,7 @@ model_names = {
"Pro/THUDM/chatglm3-6b",
"Pro/THUDM/glm-4-9b-chat",
],
"ibm": ["meta-llama/llama-4-maverick-17b-128e-instruct-fp8","meta-llama/llama-3-2-90b-vision-instruct"]
"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"]
}