estimate-cost
Compute $ cost estimate for an experiment notebook without dispatching to Modal.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compute $ cost estimate for an experiment notebook without dispatching to Modal.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Post a results-analysis comment to an experiment issue after a completed run.
Execute an experiment's notebook end-to-end and report results back to its GitHub issue. Use when the user points you at an experiment issue ("run
| name | estimate-cost |
| description | Compute $ cost estimate for an experiment notebook without dispatching to Modal. |
Return the total Modal $ cost an experiment would spend if run, without
actually dispatching anything. Used by run-experiment to gate on
cost_gate_usd in .github/experiments.yaml, and by humans who want a
sanity check before kicking off a long run.
Dry-run mode short-circuits every ensure_* call in the notebook:
instead of launching Modal, the library records the estimated cost and
returns a sentinel object with placeholder data so analysis cells can
still execute.
HELICO_DRY_RUN=1 uv run python scripts/pm/run_experiment.py \
experiments/exp<N>_<slug>/
Output lines to look for:
[helico.experiment] ensure_bench_run('protenix-v1-default') — dry-run (~$23.70)
[helico.experiment] ensure_training_run('baseline') — dry-run (~$379.20)
Sum the ~$X values manually or parse them out of the output; that's
the total.
.github/experiments.yaml as cost_gate_usd (default $100).helico-publish HF upload time (negligible)