[smg][ci] migrate enable_thinking tests to new infrastructure (#16739)

This commit is contained in:
Simo Lin
2026-01-08 06:57:45 -08:00
committed by GitHub
parent 82a8d77bc0
commit c8dc4d2d1f
2 changed files with 169 additions and 1 deletions
@@ -67,7 +67,7 @@ MODEL_SPECS: dict[str, dict] = {
"qwen-30b": {
"model": _resolve_model_path("Qwen/Qwen3-30B-A3B"),
"memory_gb": 60,
"tp": 2,
"tp": 4,
"features": ["chat", "streaming", "thinking", "reasoning"],
},
# Mistral for function calling