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
Tracking issue for upgrading through breaking changes to the Threefry PRNG implementation. Specifically, these changes alter the pseudorandom bits produced by a given key, relative to the current implementation. The upgrade at least includes #13040 (superseding #13012) and #13341, which are currently guarded by jax.config.jax_threefry_partitionable.
It may be convenient to offer backwards opt-in in the form of a PRNG implementation "snapshot" of Threefry, since all changes sit behind the PRNG interface (see #6899).
We can close this issue when the upgrade is complete, in that the new Threefry implementation is on by default.
The text was updated successfully, but these errors were encountered:
Tracking issue for upgrading through breaking changes to the Threefry PRNG implementation. Specifically, these changes alter the pseudorandom bits produced by a given key, relative to the current implementation. The upgrade at least includes #13040 (superseding #13012) and #13341, which are currently guarded by
jax.config.jax_threefry_partitionable
.It may be convenient to offer backwards opt-in in the form of a PRNG implementation "snapshot" of Threefry, since all changes sit behind the PRNG interface (see #6899).
We can close this issue when the upgrade is complete, in that the new Threefry implementation is on by default.
The text was updated successfully, but these errors were encountered: