This commit is contained in:
wassname
2026-05-08 11:25:10 +08:00
parent 2a69829612
commit 77b296cc75
10 changed files with 4176 additions and 46 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ test:
uv run --extra all pytest -q
# Run one (model, method, seed, window) cell end-to-end (calibrate + trajectory + pmass).
cell model="Qwen/Qwen3.5-0.8B" method="mean_diff" seed="0" window="50":
cell model="Qwen/Qwen3.5-0.8B" method="mean_diff" seed="0" window="512":
uv run --extra all python scripts/run_cell.py \
--model {{model}} --method {{method}} --seed {{seed}} --window {{window}}