Skip to content

Commit 8233415

Browse files
author
Flax Authors
committed
Merge pull request #4770 from IvyZX:fix-links
PiperOrigin-RevId: 767766488
2 parents c5d5ab1 + 2d4df43 commit 8233415

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs_nnx/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Features
6363
.. div:: sd-font-normal
6464

6565
Flax NNX allows fine-grained control of the model's state via
66-
its `Filter <https://flax.readthedocs.io/en/latest/nnx/filters_guide.html>`__
66+
its `Filter <https://flax.readthedocs.io/en/latest/guides/filters_guide.html>`__
6767
system.
6868

6969
.. grid-item::

flax/nnx/transforms/iteration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def vmap(
236236
addition to integers and None, :class:`StateAxes` can be used to control
237237
how graph nodes like Modules are vectorized by specifying the axes to be
238238
applied to substates of the graph node given a `Filter
239-
<https://flax.readthedocs.io/en/latest/nnx/filters_guide.html>`__.
239+
<https://flax.readthedocs.io/en/latest/guides/filters_guide.html>`__.
240240
out_axes: An integer, None, or pytree indicating where the mapped axis
241241
should appear in the output (see `jax.vmap
242242
<https://jax.readthedocs.io/en/latest/_autosummary/jax.vmap.html>`__).
@@ -454,7 +454,7 @@ def pmap(
454454
addition to integers and None, :class:`StateAxes` can be used to control
455455
how graph nodes like Modules are vectorized by specifying the axes to be
456456
applied to substates of the graph node given a `Filter
457-
<https://flax.readthedocs.io/en/latest/nnx/filters_guide.html>`__.
457+
<https://flax.readthedocs.io/en/latest/guides/filters_guide.html>`__.
458458
out_axes: An integer, None, or pytree indicating where the mapped axis
459459
should appear in the output (see `jax.vmap
460460
<https://jax.readthedocs.io/en/latest/_autosummary/jax.vmap.html>`__).

0 commit comments

Comments
 (0)