This commit is contained in:
wassname
2026-05-05 09:11:06 +08:00
parent 45b7123cf5
commit 0bd7a11d2d
3 changed files with 59 additions and 1 deletions
+10 -1
View File
@@ -15,10 +15,19 @@ cell model="Qwen/Qwen2.5-0.5B-Instruct" method="mean_diff" seed="0" window="50":
uv run --extra all python scripts/run_cell.py \
--model {{model}} --method {{method}} --seed {{seed}} --window {{window}}
# Sweep model x method x seed x window cells.
# Sweep model x method x seed x window cells (sequential bash).
sweep:
bash scripts/sweep.sh
# Queue all sweep cells via pueue (one job per cell, priority: small models first).
queue:
bash scripts/queue_sweep.sh
# Show pueue status and a tail of each running job.
queue-status:
pueue status
pueue log -l 15
# Aggregate all outputs/<run_id>/ into figs/figure1.png + figs/table.md.
aggregate:
uv run --extra all python scripts/aggregate.py --runs-root outputs --out figs