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
fix loading of fp8 models with bf16 weight_scale (#2141)
#2108 assumes that the dtype
for `scale` or `scale_inv` is `float32`, while it might be `bfloat16`
for some models like the fp8 Qwen3 dense models.
Signed-off-by: Youlei Yang <[email protected]>
0 commit comments