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.
2 parents 461c5ec + b02f82b commit a8ee946Copy full SHA for a8ee946
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