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 4be25d7 commit b02f82bCopy full SHA for b02f82b
jax/_src/config.py
@@ -975,7 +975,7 @@ def update_thread_local_jit_state(**kw):
975
log_compiles = define_bool_state(
976
name='jax_log_compiles',
977
default=False,
978
- help=('Log a message each time every time `jit` or `pmap` compiles an XLA '
+ help=('Log a message each time `jit` or `pmap` compiles an XLA '
979
'computation. Logging is performed with `logging`. When this '
980
'option is set, the log level is WARNING; otherwise the level is '
981
'DEBUG.'))
0 commit comments