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
Route parameter/activation gradients to the model's bf16/fp16 carrier (Path B
keeps grads in the bf16 parameter dtype, so bf16 grad banks are parity-consistent;
the previous unconditional float32 for every *_grad doubled the gradient arenas).
fp8/int classification now applies to forward value buffers only (a gradient of an
fp8/int buffer is a real-valued carrier grad). Recurrent-state grads (h0_grad/
state_in_grad), q/kv scales, and LSE stay float32. fp8 Path-C-vs-B parity 9/9 PASS.
0 commit comments