From c985fad2e1669dbff8e1148c9620d7b770bb6bda Mon Sep 17 00:00:00 2001 From: Jake Harmon Date: Wed, 4 Dec 2024 15:46:01 -0800 Subject: [PATCH] Update references to JAX's GitHub repo JAX has moved from https://github.com/google/jax to https://github.com/jax-ml/jax PiperOrigin-RevId: 702886821 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fd4929..103b74c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This library provides interfaces and tools for the design and training of ENNs. ## Technical overview -> The `enn` library provides a lightweight interface for ENNs implemented on top of [JAX](https://github.com/google/jax) and [Haiku](https://github.com/deepmind/dm-haiku). +> The `enn` library provides a lightweight interface for ENNs implemented on top of [JAX](https://github.com/jax-ml/jax) and [Haiku](https://github.com/deepmind/dm-haiku). If you want to use our `enn` library, we highly recommend you start by familiarizing yourself with these libraries first.