v2.2.0:data-chart-tool 双Y轴折线图(预填充左轴虚线/解码右轴实线)+画图CSV一键复制+下载PNG+默认上下文长度增加4096/16384/65536

This commit is contained in:
2026-08-31 00:17:26 +08:00
parent 577fbf69e3
commit 2d889c80e0
7 changed files with 216 additions and 15 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class TestRunner(threading.Thread):
model = self.cfg.get("model", "")
gen = self.gen
# 上下文长度列表(支持手动自定义,默认 512/2048/8192/32768/131072
# 上下文长度列表(支持手动自定义,默认 512/2048/4096/8192/16384/32768/65536/131072
raw_lengths = gen.get("context_lengths") or []
if not raw_lengths:
# 兼容旧版单值配置