From cdf946e1e2c709dd482a3e2d17cc7c02aec9c76c Mon Sep 17 00:00:00 2001 From: Jake Harmon Date: Wed, 11 Dec 2024 13:33:07 -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: 705221476 --- python/jax/carfac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/jax/carfac.py b/python/jax/carfac.py index 86b53da..4a6d9d4 100644 --- a/python/jax/carfac.py +++ b/python/jax/carfac.py @@ -2534,7 +2534,7 @@ def run_segment_jit_in_chunks_notraceable( RuntimeError: If this function is being JITTed, which it should not be. """ # We add a check for tracer, until a superior fix is fixed. Tracked in - # https://github.com/google/jax/issues/18544 . + # https://github.com/jax-ml/jax/issues/18544 . if isinstance(input_waves, jax.core.Tracer) or isinstance( weights, jax.core.Tracer ):