File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Available at [https://docs.kidger.site/jaxtyping](https://docs.kidger.site/jaxty
4848[ Optax] ( https://github.com/deepmind/optax ) : first-order gradient (SGD, Adam, ...) optimisers.
4949[ Orbax] ( https://github.com/google/orbax ) : checkpointing (async/multi-host/multi-device).
5050[ Levanter] ( https://github.com/stanford-crfm/levanter ) : scalable+reliable training of foundation models (e.g. LLMs).
51+ [ paramax] ( https://github.com/danielward27/paramax ) : parameterizations and constraints for PyTrees.
5152
5253** Scientific computing**
5354[ Diffrax] ( https://github.com/patrick-kidger/diffrax ) : numerical differential equation solvers.
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ Have a read of the [Array annotations](./api/array.md) documentation on the left
5050[ Optax] ( https://github.com/deepmind/optax ) : first-order gradient (SGD, Adam, ...) optimisers.
5151[ Orbax] ( https://github.com/google/orbax ) : checkpointing (async/multi-host/multi-device).
5252[ Levanter] ( https://github.com/stanford-crfm/levanter ) : scalable+reliable training of foundation models (e.g. LLMs).
53+ [ paramax] ( https://github.com/danielward27/paramax ) : parameterizations and constraints for PyTrees.
5354
5455** Scientific computing**
5556[ Diffrax] ( https://github.com/patrick-kidger/diffrax ) : numerical differential equation solvers.
You can’t perform that action at this time.
0 commit comments