https://github.com/google/jax
Raw File
Tip revision: d356c41f77401fb796a763f19beda65f86300f50 authored by Peter Hawkins on 16 April 2020, 15:31:05 UTC
Release jaxlib 0.1.44. (#2740)
Tip revision: d356c41
pytest.ini
[pytest]
filterwarnings =
    error
    ignore:No GPU/TPU found, falling back to CPU.:UserWarning
    ignore:Explicitly requested dtype.*is not available.*:UserWarning
    ignore:jax.experimental.vectorize is deprecated.*:FutureWarning
back to top