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
from_pretrained() may load weights in FP16 (safetensors dtype), but
FP16 mixed precision requires FP32 parameters for gradient unscaling.
Added model.float() in create_optimizer() before constructing param groups.
Also: force pip reinstall in setup cell, verify eps=1.0 and float() fixes
are present via source inspection, add optimizer logging.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments