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)