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: 702887146
  • Loading branch information
jakeharmon8 authored and The bayeux Authors committed Dec 5, 2024
1 parent 7fc5a2d commit 068eec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bayeux/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__version__ = '0.1.14'

# Note: import <name> as <name> is required for names to be exported.
# See PEP 484 & https://github.com/google/jax/issues/7570
# See PEP 484 & https://github.com/jax-ml/jax/issues/7570
# pylint: disable=useless-import-alias
from bayeux import mcmc as mcmc
from bayeux import optimize as optimize
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/oryx_and_bayeux.ipynb

Large diffs are not rendered by default.

0 comments on commit 068eec5

Please sign in to comment.