Skip to content

Commit

Permalink
Update references to JAX's GitHub repo
Browse files Browse the repository at this point in the history
JAX has moved from https://github.com/google/jax to https://github.com/jax-ml/jax

PiperOrigin-RevId: 705221476
  • Loading branch information
jakeharmon8 authored and copybara-github committed Dec 11, 2024
1 parent 284b55f commit cdf946e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/jax/carfac.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
):
Expand Down

0 comments on commit cdf946e

Please sign in to comment.