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

scipy accounts for around 400ms of the 900ms of JAX's import time. By loading scipy lazily, we can improve the timing of `import jax` down to about 500ms.