File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ::
Original file line number Diff line number Diff 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>`__).
You can’t perform that action at this time.
0 commit comments