From f97428219fabe0a301013a99b199bb9a1515c75f Mon Sep 17 00:00:00 2001 From: SZCJW <792430652@qq.com> Date: Tue, 31 Mar 2026 01:05:26 +0800 Subject: [PATCH] x --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index bc99569..b2c92b1 100644 --- a/config.json +++ b/config.json @@ -73,11 +73,11 @@ "local_path": "Qwen3.5-35B-A3B-GPTQ-Int4", "dtype": "bfloat16", "quantization": "gptq", - "ctx": "65536", + "ctx": "131072", "trust_remote": true, "valid_tp": [1, 2], "max_num_seqs": "4", - "max_tokens": "4096", + "max_tokens": "8192", "gpu_util": "0.90", "enforce_eager": false, "tool_call_parser": "qwen3_coder",