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 handling of scalar argument to init_step_size in windowed samplers.
This had been erroneously broadcast up to the shape of the state part, which meant there was no way to have a single step size shared between all state parts, other than relying on the default.
PiperOrigin-RevId: 377331772
0 commit comments