summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoryurenh <blackhao0426@gmail.com>2026-08-31 18:33:06 -0500
committeryurenh <blackhao0426@gmail.com>2026-08-31 18:33:06 -0500
commitf68f6b00f047d9412113d7c2627bd7f6e96f2d62 (patch)
tree611ee8daf2b7ad04c2492ee3521d31c01a1f96b7 /README.md
parent5e5f56cff99fe017c08d56d1303773d1299c0e38 (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.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e0a2446..f7f803d 100644
--- a/README.md
+++ b/README.md
@@ -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
```