You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about debugging when using this lib.
Previously, I used jax.config.update("jax_disable_jit", True) to disable jit functionality for debugging.
However, this instruction seems no longer effective when my function is wrapped by @partial(mesh.sjit) .
Could you please provide me some guidance on how to globally disable the jit without changing the code?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi~ Thank you for your amazing work!
I have a question about debugging when using this lib.
Previously, I used
jax.config.update("jax_disable_jit", True)
to disable jit functionality for debugging.However, this instruction seems no longer effective when my function is wrapped by
@partial(mesh.sjit)
.Could you please provide me some guidance on how to globally disable the jit without changing the code?
Thank you!
The text was updated successfully, but these errors were encountered: