diff options
| author | yurenh <blackhao0426@gmail.com> | 2026-08-31 18:33:06 -0500 |
|---|---|---|
| committer | yurenh <blackhao0426@gmail.com> | 2026-08-31 18:33:06 -0500 |
| commit | f68f6b00f047d9412113d7c2627bd7f6e96f2d62 (patch) | |
| tree | 611ee8daf2b7ad04c2492ee3521d31c01a1f96b7 /README.md | |
| parent | 5e5f56cff99fe017c08d56d1303773d1299c0e38 (diff) | |
env bootstrap (optional venv) + self-check in the ladder runner
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GkgLsACEF6CCP7EUfA5fZe
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ pip install -e . # or: pip install -e .[dev] && pytest tests/ ## Run (one click, on the H200 node) ``` -./scripts/run_ladder.sh # all sizes x arms, sequential, resume-safe +./scripts/run_ladder.sh # env check+install -> data prep -> all sizes x arms (resume-safe) +VENV=1 ./scripts/run_ladder.sh # fresh node: bootstrap ./.venv first SIZES="s60" ARMS="bp zbp_n16" TOKENS=3e8 ./scripts/run_ladder.sh # any subset / budget DRY=1 ./scripts/run_ladder.sh # print the plan ``` |
