mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 20:52:18 +08:00
8249a9691e
The smoke prereqs (out/pools/substrate, out/pools/teacher_pool, out/vhack/v_hack_smoke) are gitignored pipeline outputs that only exist on the GPU box -- a fresh clone died at verify_partition.py on a FileNotFoundError for partition.json. Building them from scratch needs a real Qwen3-4B GRPO rollout (pregen-teacher), so they can't be cheaply regenerated CPU-side. Force-add them (~2.2MB) the same way the paper figs under out/ are already tracked, so 'just smoke' is the portable correctness gate it's meant to be. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>