Skip to content

Commit 04f0f67

Browse files
jakeharmon8copybara-github
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: 702886844
1 parent 307b0bc commit 04f0f67

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

clu/profiler.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ def start(logdir: str, options=None):
3131
if options is not None:
3232
raise NotImplementedError(
3333
"'options' not supported by clu.profiler.start(). Please file an issue "
34-
"at https://github.com/google/jax/issues requesting profiler option "
35-
"support if you need this feature.")
34+
"at https://github.com/jax-ml/jax/issues requesting profiler option "
35+
"support if you need this feature."
36+
)
3637
if logdir is None:
3738
raise ValueError("Must specify logdir where profile should be written!")
3839
jax.profiler.start_trace(logdir)

clu_synopsis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"https://github.com/google/CommonLoopUtils\n",
1717
"\n",
1818
"This package is usually used with\n",
19-
"[JAX](https://github.com/google/jax)\n",
19+
"[JAX](https://github.com/jax-ml/jax)\n",
2020
"/\n",
2121
"[Flax](https://github.com/google/flax)\n",
2222
"ML projects, but it can also be used with other ML frameworks.\n",

0 commit comments

Comments
 (0)