Skip to content

Commit 896cb08

Browse files
authored
qwen->vllm (#17)
1 parent 1a23451 commit 896cb08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/modelMetrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const modelEngines: Record<string, Engine> = {
1111
"meta-llama/Llama-3.3-70B-Instruct": "sglang",
1212
"meta-llama/Llama-Guard-4-12B": "vllm",
1313
"swiss-ai/Apertus-70B-Instruct-2509": "vllm",
14-
"Qwen/Qwen3.5-27B": "sglang",
14+
"Qwen/Qwen3.5-27B": "vllm",
1515
};
1616

1717
/**

0 commit comments

Comments
 (0)