mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 16:47:12 +01:00
feat(model): add qwen3vl (#12665)
This commit is contained in:
@@ -26,6 +26,13 @@ func TestVisionModels(t *testing.T) {
|
||||
{
|
||||
model: "gemma3",
|
||||
},
|
||||
{
|
||||
model: "qwen3-vl:8b",
|
||||
},
|
||||
{
|
||||
// Qwen 3 VL mixture of experts
|
||||
model: "qwen3-vl:30b",
|
||||
},
|
||||
}
|
||||
|
||||
for _, v := range testCases {
|
||||
|
||||
Reference in New Issue
Block a user