From 1456302503b322e980683ab1ac847e4de09162b0 Mon Sep 17 00:00:00 2001 From: Michael J Clark Date: Sun, 19 May 2024 09:16:10 +0800 Subject: [PATCH] link to why use type annotations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 154ea46..47bd505 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

jaxtyping

-Type annotations **and runtime type-checking** for: +[Use type annotations **and runtime type-checking**](https://jax.readthedocs.io/en/latest/jep/12049-type-annotations.html) for: 1. shape and dtype of [JAX](https://github.com/google/jax) arrays; *(Now also supports PyTorch, NumPy, and TensorFlow!)* 2. [PyTrees](https://jax.readthedocs.io/en/latest/pytrees.html).