Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
d771043e
Unverified
Commit
d771043e
authored
Dec 02, 2025
by
Daniel Hiltgen
Committed by
GitHub
Dec 02, 2025
Browse files
test: add ministral-3 (#13300)
parent
f8f10718
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
integration/llm_image_test.go
integration/llm_image_test.go
+3
-0
integration/utils_test.go
integration/utils_test.go
+3
-0
No files found.
integration/llm_image_test.go
View file @
d771043e
...
@@ -33,6 +33,9 @@ func TestVisionModels(t *testing.T) {
...
@@ -33,6 +33,9 @@ func TestVisionModels(t *testing.T) {
// Qwen 3 VL mixture of experts
// Qwen 3 VL mixture of experts
model
:
"qwen3-vl:30b"
,
model
:
"qwen3-vl:30b"
,
},
},
{
model
:
"ministral-3"
,
},
}
}
for
_
,
v
:=
range
testCases
{
for
_
,
v
:=
range
testCases
{
...
...
integration/utils_test.go
View file @
d771043e
...
@@ -38,6 +38,7 @@ var (
...
@@ -38,6 +38,7 @@ var (
// Note: add newer models at the top of the list to test them first
// Note: add newer models at the top of the list to test them first
ollamaEngineChatModels
=
[]
string
{
ollamaEngineChatModels
=
[]
string
{
"ministral-3"
,
"qwen3-coder:30b"
,
"qwen3-coder:30b"
,
"gpt-oss:20b"
,
"gpt-oss:20b"
,
"gemma3n:e2b"
,
"gemma3n:e2b"
,
...
@@ -167,6 +168,7 @@ var (
...
@@ -167,6 +168,7 @@ var (
"medllama2"
,
"medllama2"
,
"megadolphin"
,
"megadolphin"
,
"minicpm-v"
,
"minicpm-v"
,
"ministral-3"
,
"mistral-large"
,
"mistral-large"
,
"mistral-nemo"
,
"mistral-nemo"
,
"mistral-openorca"
,
"mistral-openorca"
,
...
@@ -270,6 +272,7 @@ var (
...
@@ -270,6 +272,7 @@ var (
"mistral"
,
"mistral"
,
"qwen2.5"
,
"qwen2.5"
,
"qwen2"
,
"qwen2"
,
"ministral-3"
,
"mistral-nemo"
,
"mistral-nemo"
,
"mistral-small"
,
"mistral-small"
,
"mixtral:8x22b"
,
"mixtral:8x22b"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment