Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update references to JAX's GitHub repo #1137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading