取得每次运行的 Run ID
TTY 完成反馈会显示 Run ID。机器流程从exp --json 最后一条 receipt 读取 runIds:
先分别核对结果覆盖
not-dispatched,应先决定补跑、接受不完整分母,还是只比较两边共同且明确的范围。
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
用明确 Run ID 固定比较分母,核对结果覆盖,再比较通过率、得分、成本与时长,而不让新结果改变已打开的比较。
exp --json 最后一条 receipt 读取 runIds:
pnpm exec niceeval exp baseline --json > baseline.ndjson
pnpm exec niceeval exp candidate --json > candidate.ndjson
pnpm exec niceeval show --run <baseline-run-id>
pnpm exec niceeval show --run <candidate-run-id>
not-dispatched,应先决定补跑、接受不完整分母,还是只比较两边共同且明确的范围。
pnpm exec niceeval show \
--run <baseline-run-id> \
--run <candidate-run-id>
pnpm exec niceeval view \
--run <baseline-run-id> \
--run <candidate-run-id>
pnpm exec niceeval show @1K1P0VJAPVJ12
此页面对您有帮助吗?