Skip to content

Commit 0020333

Browse files
jakeharmon8Scenic Authors
authored andcommitted
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: 702886845
1 parent 96db8b0 commit 0020333

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scenic/projects/baselines/bert/train_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import sklearn.metrics
3535

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

4040

scenic/projects/layout_denoise/train_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from scenic.train_lib_deprecated import train_utils
3333

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

3838

scenic/projects/token_learner/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from scenic.projects.vivit import model_utils as vivit_model_utils
4040

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

0 commit comments

Comments
 (0)