We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a23451 commit 896cb08Copy full SHA for 896cb08
1 file changed
frontend/src/lib/modelMetrics.ts
@@ -11,7 +11,7 @@ const modelEngines: Record<string, Engine> = {
11
"meta-llama/Llama-3.3-70B-Instruct": "sglang",
12
"meta-llama/Llama-Guard-4-12B": "vllm",
13
"swiss-ai/Apertus-70B-Instruct-2509": "vllm",
14
- "Qwen/Qwen3.5-27B": "sglang",
+ "Qwen/Qwen3.5-27B": "vllm",
15
};
16
17
/**
0 commit comments