mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 16:15:35 +08:00
purge dead modules and stale recipes
Deletes 7 source files that were superseded but never removed: run.py, grad_proj.py, extract_vhack.py (older twin-NLL extractor), grpo_smoke.py, grpo_proj_smoke.py (smoke harnesses replaced by train.py "smoke" subcommand), phase2_analyze.py (pilot is past), probe_uat.py (UAT pipeline is past). Drops matching justfile recipes (vhack-check, phase2-analyze, probe-uat) and the BASE constant that pointed at run.py. Updates AGENTS/README references to the stale fast-dev-run recipe (now just smoke / smoke-vanilla). Verified by running just smoke-vanilla --steps=2 end-to-end. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -64,9 +64,8 @@ clean gradients).
|
||||
|
||||
```bash
|
||||
uv sync
|
||||
just fast-dev-run # tiny-random model, ~1-2 min, real pipeline end-to-end
|
||||
just smoke-vanilla # vanilla pathway smoke
|
||||
just smoke-projected # projected pathway smoke
|
||||
just smoke # tiny-random model, projected pathway, ~1-2 min
|
||||
just smoke-vanilla # tiny-random model, vanilla pathway, ~1-2 min
|
||||
just download-model # warm Qwen3-4B cache (full preset peaks ~73GB on 96GB)
|
||||
just queue-full # queue extract + 3-seed vanilla + 3-seed projected sweep
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user