mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 18:04:59 +08:00
c9ff99d87a
_validate_config rejects method-irrelevant/contradictory options before the model load (routeV-only knobs on non-routeV, top_k>1 off grad_cosine, v_hack_path off erase, lora adapter on unwired arms). Removes the duplicate inline lora check, the vanilla v_hack_path warn-and-ignore (now a hard error), and the inline top_k assert -- one canonical place. Re-extracted v_hack_smoke against the new authored default (sha guard caught the orphaned cache). Smoke green; bad combo raises. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>