From 1631d746e8ef7feaae7aa085f0fa10784d8663ca Mon Sep 17 00:00:00 2001 From: functionstackx <47992694+functionstackx@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:03:47 -0400 Subject: [PATCH] chore(db): purge run 29741710665 (GLM-5.2 B300 SGLang AgentX non-MTP) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add GitHub workflow run 29741710665 to PURGED_RUNS so ingest skips it and db:apply-overrides deletes its rows. The run is the sweep for PR #2281 (glm5.2-fp4-b300-sglang-agentic, the DEP/EP8 high-throughput conversion with concurrency capped at 64), an agentic-coding arm that runs without speculative decoding. Per MODELS.md, we no longer benchmark non-spec-decode versus spec-decode as an A/B. The non-spec-decode arm existed as a neutral baseline back when acceptance length was not standardized; golden_al_distribution/ now commits one golden acceptance-length curve per model, thinking mode, and draft length, measured on the SPEED-Bench coding category, and AgentX pins every submission to that curve through synthetic acceptance. With a fair, engine-independent acceptance target in place, spec-decode results are directly comparable on their own and a separate non-spec-decode track is redundant. GLM-5.2 agentic coding is therefore published MTP-only. The replacement arm glm5.2-fp4-b300-sglang-agentic-mtp landed upstream in InferenceX#2447, so retiring this arm no longer leaves GLM-5.2 B300 without an active agentic config. 中文:将 GitHub workflow run 29741710665 加入 PURGED_RUNS,使 ingest 跳过该 run,并由 db:apply-overrides 删除其数据库记录。该 run 是 PR #2281 的扫描 (glm5.2-fp4-b300-sglang-agentic,DEP/EP8 高吞吐改造,并发上限 64),属于不 启用投机解码的智能体编码分支。 根据 MODELS.md,我们不再以 A/B 方式对比"非投机解码"与"投机解码"。非投机解码 分支原本是在接受长度(acceptance length)尚未标准化时的中性基线;现在 golden_al_distribution/ 为每个模型、思考模式与草稿长度提交一条基于 SPEED-Bench coding 类别测得的黄金接受长度曲线,AgentX 通过合成接受率将每份 提交都对齐到该曲线。有了公平且与引擎无关的接受率目标后,投机解码结果本身即 可直接横向对比,单独的非投机解码轨道已属冗余。因此 GLM-5.2 智能体编码仅发布 MTP 结果。替代分支 glm5.2-fp4-b300-sglang-agentic-mtp 已在上游 InferenceX#2447 合入,因此下线该分支不会使 GLM-5.2 B300 失去可用的智能体配置。 Co-Authored-By: Claude Opus 5 (1M context) --- packages/db/src/etl/run-overrides.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/db/src/etl/run-overrides.ts b/packages/db/src/etl/run-overrides.ts index 0f2b1a442..67be63c19 100644 --- a/packages/db/src/etl/run-overrides.ts +++ b/packages/db/src/etl/run-overrides.ts @@ -63,6 +63,7 @@ export const PURGED_RUNS: ReadonlySet = new Set([ 29654139122, // 2026-07-18 | Reason: accidental ingest while testing 29660737166, // 2026-07-18 | Reason: accidental ingest while testing 29702212452, // 2026-07-19 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch feat/glm52-mi325x-agentx-full-context) + 29741710665, // 2026-07-20 | Reason: No non-MTP AgentX — glm5.2-fp4-b300-sglang-agentic runs without speculative decoding, and GLM-5.2 agentic coding is published MTP-only per MODELS.md; the replacement arm glm5.2-fp4-b300-sglang-agentic-mtp landed in #2447 (source run of the PR #2281 DEP/conc-64 sweep) 29811350508, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-pp-pareto) 29819261957, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test dsv4-fp4-mi355x-sglang-disagg-agentic-hicache, branch amd/agentx-v1.0-th-hicon) 29820102138, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-pp-pareto)