mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 21:06:06 +00:00

This ensures that `import jax` is not affected by `web_pdb` being installed. Note that I also added an atexit handler closing the active `web_pdb` consoles. This is strictly speaking not necessary, as the server powering the console is running in a daemon thread, but nice-to-have anyway.