Skip to content

Commit

Permalink
fix link (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
lockwo authored Apr 10, 2024
1 parent 8ab00b5 commit 47e18a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equinox/_vmap_pmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def filter_pmap(
JAX has now added more powerful parallelism APIs directly to the JIT interface.
As such, using [`equinox.filter_jit`][] with sharded inputs is now recommended
over `filter_pmap`. See also the
[parallelism example](../../../examples/parallelism/).
[parallelism example](../../examples/parallelism/).
Parallelises a function. By default, all JAX/NumPy arrays are parallelised down
their leading axis (i.e. axis index 0), and all other types are broadcast.
Expand Down

0 comments on commit 47e18a8

Please sign in to comment.