From 8194a6fd3e461c8f03440ec773d0545e2df068f8 Mon Sep 17 00:00:00 2001 From: Alvaro Bartolome Date: Wed, 1 Mar 2023 13:54:00 +0000 Subject: [PATCH] Add `safejax` in the "New Libraries" section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1a374ea..7b09eed 100644 --- a/readme.md +++ b/readme.md @@ -97,6 +97,7 @@ This section contains libraries that are well-made and useful, but have not nece - [econpizza](https://github.com/gboehl/econpizza) - Solve macroeconomic models with hetereogeneous agents using JAX. - [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`.