From 3cc1d169b679a1032a68e0b047988b710fd7e1ec Mon Sep 17 00:00:00 2001 From: adibarra <93070681+adibarra@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:04:20 -0500 Subject: [PATCH] chore: purge runs --- packages/db/src/etl/run-overrides.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/db/src/etl/run-overrides.ts b/packages/db/src/etl/run-overrides.ts index 3cb53542..9b83aa2b 100644 --- a/packages/db/src/etl/run-overrides.ts +++ b/packages/db/src/etl/run-overrides.ts @@ -43,6 +43,8 @@ export const PURGED_RUNS: ReadonlySet = new Set([ 24959542295, // 2026-04-25 | Reason: MTP without chat template leads to supernatural AR 24960716250, // 2026-04-25 | Reason: incorrect usage of run sweep and sweep failed, fixed in subsequent PR 25603981395, // 2026-05-09 | Reason: not enough successful points on pareto + 28505258231, // 2026-07-01 | Reason: cross-layer indexer top-k sharing (--hf-overrides index_topk_freq=4); skips FLOPs + 28507173993, // 2026-07-01 | Reason: cross-layer indexer top-k sharing (--hf-overrides index_topk_freq=4); skips FLOPs ]); export const PURGED_RUN_ATTEMPTS: ReadonlyMap> = new Map([