From b6abd8406289f7f4cbc2a216756ab4b324e63f5f Mon Sep 17 00:00:00 2001 From: Abiba Bot Date: Fri, 5 Jun 2026 21:53:07 +0000 Subject: [PATCH] =?UTF-8?q?dashboard:=20rename=20VLM=20GPU=20label=20'New?= =?UTF-8?q?=20Backend'=20=E2=86=92=20'RTX=205070'=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/dashboard.py b/dashboard/dashboard.py index 5a30ec1..83ff1ec 100644 --- a/dashboard/dashboard.py +++ b/dashboard/dashboard.py @@ -115,7 +115,7 @@ body { background: #0b0f17; color: #bcc3cd; font-family: -apple-system, BlinkMac var MODELS=[ {id:'qwen3.6-35B-A3B',label:'Qwen MoE',gpu:'MoE - Strix Halo',color:'#a78bfa',short:'MoE',domId:'gpu-moe'}, {id:'qwen3.6-27B-code',label:'Qwen Code',gpu:'Dense - RTX 3090',color:'#f59e0b',short:'Dense',domId:'gpu-dense'}, - {id:'gemma-4-12b',label:'Gemma 4 12B',gpu:'VLM - New Backend',color:'#22c55e',short:'VLM',domId:'gpu-light'} + {id:'gemma-4-12b',label:'Gemma 4 12B',gpu:'VLM - RTX 5070',color:'#22c55e',short:'VLM',domId:'gpu-light'} ]; // Auto-derived lookups — DO NOT EDIT below var MC={},ML={},GL={},ids={},lb={};