mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-08-01 12:30:07 +08:00
Relocate the three read-only model helpers out of train.py into eval.py. They use only torch + per_token_logps (proj) + compute_reward (rewards); no train globals. Training numbers identical across all 4 smoke arms (resid/qE diagnostic cosines show last-digit bf16 noise only). MODE_CODE stays in train.py. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>