From 36071d5e0794b1809f73f5e005eea2dfe42bbfb6 Mon Sep 17 00:00:00 2001 From: Jonathan Godwin Date: Thu, 17 Mar 2022 11:09:34 +0000 Subject: [PATCH] Update sharded graphnet link. PiperOrigin-RevId: 435306614 Change-Id: Ic4f2a6c119bf134b661f659fd02a8aa527b1669b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4da376e..32a5a4c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ We have released a distributed graph network implementation that allows you to distribute a very large (millions of edges) graph network with explicit edge -messages across multiple devices. Take a look in experimental! +messages across multiple devices. [**Check it out!**](https://github.com/deepmind/jraph/tree/master/jraph/experimental) ## New! Interactive Jraph Colabs