From d0af9c826d5b5b64212da20a5bc10770d1eeb9ab Mon Sep 17 00:00:00 2001 From: BalzaniEdoardo Date: Wed, 4 Dec 2024 14:29:16 -0500 Subject: [PATCH] updated jax link --- docs/tutorials/plot_01_current_injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/plot_01_current_injection.md b/docs/tutorials/plot_01_current_injection.md index 5d0df7f5..bffd5a35 100644 --- a/docs/tutorials/plot_01_current_injection.md +++ b/docs/tutorials/plot_01_current_injection.md @@ -446,7 +446,7 @@ following properties: :::{admonition} What is jax? :class: note -[jax](https://github.com/google/jax) is a Google-supported python library +[jax](https://github.com/jax-ml/jax) is a Google-supported python library for automatic differentiation. It has all sorts of neat features, but the most relevant of which for NeMoS is its GPU-compatibility and just-in-time compilation (both of which make code faster with little