From 79965450bb71c8068adb817b0771c364c88cc88d Mon Sep 17 00:00:00 2001 From: Abiba Date: Tue, 19 May 2026 21:20:29 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Dense=20context=2065K=E2=86=9298K,=20par?= =?UTF-8?q?allel=20restored=20to=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- router/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/router.py b/router/router.py index e06b8b3..80b9f69 100644 --- a/router/router.py +++ b/router/router.py @@ -27,7 +27,7 @@ GPU_MAX_CONCURRENT = { # Context window sizes (tokens) — used for compaction signals GPU_CONTEXT = { "qwen3.6-35B-A3B": 131072, - "qwen3.6-27B-code": 65536, + "qwen3.6-27B-code": 98304, "qwen3.5-9b-vlm": 131072, }