From 56843acb53f28af236c619b68c26f31c27b08d7c Mon Sep 17 00:00:00 2001 From: Cam Quilici Date: Fri, 31 Jul 2026 16:36:26 -0500 Subject: [PATCH 1/2] chore(db): purge MiniMax M3 AMD run 30346826643 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Record the initial AMD MiniMax M3 submission in PURGED_RUNS because it used the incorrect AgentX harness. Results will be updated after the harness changes. 中文:将初始 AMD MiniMax M3 提交运行 30346826643 加入清理列表,因为该运行使用了错误的 AgentX 测试工具。待测试工具更新后将重新提交结果。 --- 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 ff2c4b15..bd881432 100644 --- a/packages/db/src/etl/run-overrides.ts +++ b/packages/db/src/etl/run-overrides.ts @@ -74,6 +74,7 @@ export const PURGED_RUNS: ReadonlySet = new Set([ 29881640438, // 2026-07-22 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2) 29882624421, // 2026-07-22 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2) 29912027293, // 2026-07-22 | Reason: accidental ingest while testing + 30346826643, // 2026-07-28 | Initial AMD submission for MiniMax M3, used incorrect AgentX harness. Will update after harness updates. 30405836523, // 2026-07-28 | Reason: No non-DSpark — kimik3-fp4-b300-vllm-agentic AgentX points run without speculative decoding, and Kimi-K3 agentic coding is published DSpark-only (source run of the PR #2397 sweep-reuse ingest) ]); From 98cd2a9dae50ef1913a1543c298a0acab8d2a9cb Mon Sep 17 00:00:00 2001 From: Cam Quilici Date: Fri, 31 Jul 2026 16:38:04 -0500 Subject: [PATCH 2/2] docs(db): clarify purge rationale for run 30346826643 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Record that MTP/speculative decoding is supported only for AgentX in addition to the incorrect harness rationale. 中文:补充清理运行 30346826643 的原因,除使用错误测试工具外,MTP/推测解码也仅适用于 AgentX。 --- packages/db/src/etl/run-overrides.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/db/src/etl/run-overrides.ts b/packages/db/src/etl/run-overrides.ts index bd881432..a7abc0d4 100644 --- a/packages/db/src/etl/run-overrides.ts +++ b/packages/db/src/etl/run-overrides.ts @@ -74,7 +74,7 @@ export const PURGED_RUNS: ReadonlySet = new Set([ 29881640438, // 2026-07-22 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2) 29882624421, // 2026-07-22 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2) 29912027293, // 2026-07-22 | Reason: accidental ingest while testing - 30346826643, // 2026-07-28 | Initial AMD submission for MiniMax M3, used incorrect AgentX harness. Will update after harness updates. + 30346826643, // 2026-07-28 | Initial AMD submission for MiniMax M3 used incorrect AgentX harness; MTP/spec decode is AgentX-only. Will update after harness updates. 30405836523, // 2026-07-28 | Reason: No non-DSpark — kimik3-fp4-b300-vllm-agentic AgentX points run without speculative decoding, and Kimi-K3 agentic coding is published DSpark-only (source run of the PR #2397 sweep-reuse ingest) ]);