From cb6206c291dcd07428b558bea4ab03cc21f6114b Mon Sep 17 00:00:00 2001 From: Matthew Soulanille Date: Thu, 5 Dec 2024 10:31:40 -0800 Subject: [PATCH] Update README.md (#8464) --- tfjs-converter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfjs-converter/README.md b/tfjs-converter/README.md index 3a8821cb97..07587a9867 100644 --- a/tfjs-converter/README.md +++ b/tfjs-converter/README.md @@ -319,7 +319,7 @@ jax_conversion.convert_jax( ``` See -[here](https://github.com/google/jax/tree/main/jax/experimental/jax2tf#shape-polymorphic-conversion) +[here](https://github.com/jax-ml/jax/tree/main/jax/experimental/jax2tf#shape-polymorphic-conversion) for more details on the exact syntax for this argument. When converting JAX models, you can also pass any [options that