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
[maxtext] avoid creating kernel param in serve mode
self.kernel is not used in serve model anyway. In serve mode, the checkpoint is quantized. Quantized weights will be read by aqt, so we don't need to create this param.
PiperOrigin-RevId: 772594747
0 commit comments