Unverified Commit 18b5958d authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

test: avoid ministral tools test on low vram (#13302)

Avoid hitting test timeouts
parent 5317202c
...@@ -30,6 +30,7 @@ func TestAPIToolCalling(t *testing.T) { ...@@ -30,6 +30,7 @@ func TestAPIToolCalling(t *testing.T) {
"mistral": 6, "mistral": 6,
"qwen2.5": 6, "qwen2.5": 6,
"qwen2": 6, "qwen2": 6,
"ministral-3": 20,
"mistral-nemo": 9, "mistral-nemo": 9,
"mistral-small": 16, "mistral-small": 16,
"mixtral:8x22b": 80, "mixtral:8x22b": 80,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment