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
I compiled float16 and bfloat16 calculation library for my cpu, but when I set dtype=torch.float16/bfloat16, weights get converted back to float32 during inference.
Thanks