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
- ZukoFlow.__setstate__ now fails loudly (RuntimeError) if a prior transform
existed before pickling but cannot be recovered from the flow on load (e.g. if
a future zuko version changes the internal `Partial.f` structure the re-link
relies on), instead of silently degrading to None and dropping device moves.
- Note the prior transform's pickle/device behavior and state_dict omission in
the build_mdn and ZukoFlow docstrings.
0 commit comments