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

Avoid hitting test timeouts
This commit is contained in:
Daniel Hiltgen 2025-12-02 13:18:55 -08:00 committed by GitHub
parent 5317202c38
commit 18b5958d46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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,