summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```