chore(db): purge MiniMax M3 AMD run 30346826643 / 清理 MiniMax M3 AMD 运行 30346826643 - #662
Merged
Conversation
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 测试工具。待测试工具更新后将重新提交结果。
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
cquil11
marked this pull request as ready for review
July 31, 2026 21:37
Record that MTP/speculative decoding is supported only for AgentX in addition to the incorrect harness rationale. 中文:补充清理运行 30346826643 的原因,除使用错误测试工具外,MTP/推测解码也仅适用于 AgentX。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
30346826643toPURGED_RUNS.After merge, the run-override workflow will remove this run from the production database and prevent it from being re-ingested. The original GitHub Actions run and artifacts are unaffected.
Validation
bun run --cwd packages/db test:unit -- src/etl/run-overrides.test.ts中文说明
30346826643加入PURGED_RUNS。合并后,运行覆盖工作流会从生产数据库中删除该运行,并阻止其被重新摄取。原始 GitHub Actions 运行及其产物不受影响。
验证
bun run --cwd packages/db test:unit -- src/etl/run-overrides.test.tsNote
Low Risk
Single run-ID entry in an existing purge list; production impact is limited to removing one benchmark run’s data, with no changes to auth, APIs, or core ingest behavior.
Overview
Adds InferenceX workflow run
30346826643toPURGED_RUNSinrun-overrides.ts, with a note that the initial AMD MiniMax M3 submission used the wrong AgentX harness (MTP/spec decode is AgentX-only).After merge, CI’s run-override flow will delete any data already ingested for that run and skip it on future ingest, so corrected results can be published once the harness is fixed. No ingest or purge logic changes beyond this new ID.
Reviewed by Cursor Bugbot for commit 98cd2a9. Bugbot is set up for automated code reviews on this repo. Configure here.