Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs_nnx/migrating/nnx_010_to_nnx_011.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ from the ``__init__`` method and use ``Rngs.fork`` directly before passing the R
Loading Checkpoints with RNGs
==================================================

When loading checkpoints in the new version, you need to drop the old RNGs structure and
When loading checkpoints from an older version in the new version, you need to drop the old RNGs structure and
partially reinitialize the model with new RNGs. To do this, you can use ``nnx.jit`` to

1. Remove the RNGs from the checkpoint.
Expand Down