Skip to content
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
5 changes: 3 additions & 2 deletions clu/profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ def start(logdir: str, options=None):
if options is not None:
raise NotImplementedError(
"'options' not supported by clu.profiler.start(). Please file an issue "
"at https://github.com/google/jax/issues requesting profiler option "
"support if you need this feature.")
"at https://github.com/jax-ml/jax/issues requesting profiler option "
"support if you need this feature."
)
if logdir is None:
raise ValueError("Must specify logdir where profile should be written!")
jax.profiler.start_trace(logdir)
Expand Down
2 changes: 1 addition & 1 deletion clu_synopsis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"https://github.com/google/CommonLoopUtils\n",
"\n",
"This package is usually used with\n",
"[JAX](https://github.com/google/jax)\n",
"[JAX](https://github.com/jax-ml/jax)\n",
"/\n",
"[Flax](https://github.com/google/flax)\n",
"ML projects, but it can also be used with other ML frameworks.\n",
Expand Down