estimate-cost
Compute $ cost estimate for an experiment notebook without dispatching to Modal.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Compute $ cost estimate for an experiment notebook without dispatching to Modal.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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)