You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
K3: dtype-robust drafter boundaries + never emit the mask sentinel
* project_aux casts aux concat to fc weight dtype; draft_block casts block
embeds to aux_proj dtype (fixes fp32-aux vs bf16-drafter mat dtype error
on the H200 verifier path).
* forbid mask_token_id in the drafter's output logits (loop + cleanup) so a
draft never proposes the mask sentinel (also removes a weight-init-
dependent flaky unit test). 20 tests pass.
Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>
0 commit comments