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: 702886845
  • Loading branch information
jakeharmon8 authored and Scenic Authors committed Dec 5, 2024
1 parent 96db8b0 commit 129ff3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scenic/projects/baselines/bert/train_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import sklearn.metrics

# JAX team is working on type annotation for pytree:
# https://github.com/google/jax/issues/1555
# https://github.com/jax-ml/jax/issues/1555
PyTree = Union[Mapping[str, Mapping], Any]


Expand Down
2 changes: 1 addition & 1 deletion scenic/projects/layout_denoise/train_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from scenic.train_lib_deprecated import train_utils

# JAX team is working on type annotation for pytree:
# https://github.com/google/jax/issues/1555
# https://github.com/jax-ml/jax/issues/1555
PyTree = Union[Mapping[str, Mapping], Any]


Expand Down
2 changes: 1 addition & 1 deletion scenic/projects/token_learner/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from scenic.projects.vivit import model_utils as vivit_model_utils

# JAX team is working on type annotation for PyTree:
# https://github.com/google/jax/issues/1555
# https://github.com/jax-ml/jax/issues/1555
Array = Union[jnp.ndarray, np.ndarray]
PyTree = Any

Expand Down

0 comments on commit 129ff3a

Please sign in to comment.