Files
nvfp4-megamoe-kernel/vllm
biondizzle 086f3fa5c5 fix: hc params dot→underscore + compressor position_bias→ape combined rule
Two fixes:
1. attn_hc.base → hc_attn_base (underscore not dot before base/fn/scale)
   Same for fn, scale, and ffn_hc variants.
2. compressor.position_bias → compressor.ape was never firing because
   the .self_attn.compressor. rule matched first (break). Added combined
   .self_attn.compressor.position_bias → .attn.mla_attn.compressor.ape.
2026-05-15 01:29:00 +00:00
..