From dace488f93262ce8a78d81f5344caf3a6593bbab Mon Sep 17 00:00:00 2001 From: Abiba Bot Date: Fri, 5 Jun 2026 21:37:18 +0000 Subject: [PATCH] =?UTF-8?q?VLM=20migration:=20qwen3.5-9b-vlm=20=E2=86=92?= =?UTF-8?q?=20gemma-4-12b=20across=20entire=20harness?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - router/router.py: model ID, context window (131K→262K), VRAM comment - litellm_config.yaml: model name updated - gpu-router.conf, gpu-router-docker.conf: pool names, comments - dashboard/dashboard.py: MODELS array refactor for single-point config - README.md: architecture diagram, model table --- README.md | 4 ++-- dashboard/dashboard.py | 15 ++++++++++----- gpu-router-docker.conf | 4 ++-- gpu-router.conf | 4 ++-- litellm_config.yaml | 4 ++-- router/router.py | 36 ++++++++++++++++++------------------ 6 files changed, 36 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 0aea3cf..877a107 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ CT 116 Docker stack for routing local GPU models through a unified OpenAI-compat nginx :80 → router :9000 → GPU backends ├─ qwen3.6-35B-A3B (MoE) @ 192.168.68.15:8080 [2 slots] ├─ qwen3.6-27B-code (Dense) @ 192.168.68.8:8080 [2 slots] - └─ qwen3.5-9b-vlm (VLM) @ 192.168.68.110:8080 [2 slots] + └─ gemma-4-12b (VLM) @ 192.168.68.110:8080 [2 slots] Total: 6 concurrent slots LiteLLM :8081 (fallback) | Dashboard :3000 | Redis :6379 (local) @@ -63,7 +63,7 @@ When all GPUs are saturated, requests enter a polling queue (500ms intervals) in |-----|-------|------|-------| | Strix Halo | qwen3.6-35B-A3B (MoE) | 65GB | 2 | | RTX 3090 | qwen3.6-27B-code (Dense) | 24GB | 2 | -| RTX 5070 | qwen3.5-9b-vlm (VLM) | 12GB | 2 | +| New Backend | gemma-4-12b (VLM) | 7.1GB | 2 | ## Maintenance diff --git a/dashboard/dashboard.py b/dashboard/dashboard.py index 62626ae..5a30ec1 100644 --- a/dashboard/dashboard.py +++ b/dashboard/dashboard.py @@ -111,9 +111,15 @@ body { background: #0b0f17; color: #bcc3cd; font-family: -apple-system, BlinkMac