We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc5a2d commit 58f4ecaCopy full SHA for 58f4eca
bayeux/__init__.py
@@ -19,7 +19,7 @@
19
__version__ = '0.1.14'
20
21
# Note: import <name> as <name> is required for names to be exported.
22
-# See PEP 484 & https://github.com/google/jax/issues/7570
+# See PEP 484 & https://github.com/jax-ml/jax/issues/7570
23
# pylint: disable=useless-import-alias
24
from bayeux import mcmc as mcmc
25
from bayeux import optimize as optimize
docs/examples/oryx_and_bayeux.ipynb
0 commit comments