Skip to content

Commit

Permalink
Update all-of-equinox.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger authored Dec 23, 2023
1 parent 55afbec commit eeb2ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/all-of-equinox.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Equinox is all just regular JAX: PyTrees and transformations. Together, these tw

- For building models: [`equinox.Module`][].
- Prebuilt neural network layers: [`equinox.nn.Linear`][], [`equinox.nn.Conv2d`][], etc.
- Filtering, and filtered transformations: [`quinox.filter_jit`][] etc.
- Filtered transformations: [`equinox.filter_jit`][] etc.
- Tools for PyTree manipulation: [`equinox.partition`][], etc.
- Advanced goodies: serialisation, debugging tools, runtime errors, etc.

Expand Down

0 comments on commit eeb2ca6

Please sign in to comment.