diff options
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 ``` |
