diff --git a/readme.md b/readme.md index 7b09eed..6bbda94 100644 --- a/readme.md +++ b/readme.md @@ -98,6 +98,7 @@ This section contains libraries that are well-made and useful, but have not nece - [SPU](https://github.com/secretflow/spu) - A domain-specific compiler and runtime suite to run JAX code with MPC(Secure Multi-Party Computation). - [jax-tqdm](https://github.com/jeremiecoullon/jax-tqdm) - Add a tqdm progress bar to JAX scans and loops. - [safejax](https://github.com/alvarobartt/safejax) - Serialize JAX, Flax, Haiku, or Objax model params with 🤗`safetensors`. +- [ProbDiffEq](https://github.com/pnkraemer/probdiffeq) - Probabilistic solvers for differential equations in JAX.