We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems it's only a matter of indexing this page:
https://storage.googleapis.com/jax-releases/jax_releases.html
pip install jax[cudaxx] means installing jaxlib+cudaxx from such index
https://github.com/google/jax/blob/9a5cf7c81e0e2cc39358574cdb5887397ec7557b/setup.py#L61
This introduces a nice feature into the project: indexing other repository APIs than PyPI
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems it's only a matter of indexing this page:
https://storage.googleapis.com/jax-releases/jax_releases.html
pip install jax[cudaxx] means installing jaxlib+cudaxx from such index
https://github.com/google/jax/blob/9a5cf7c81e0e2cc39358574cdb5887397ec7557b/setup.py#L61
This introduces a nice feature into the project: indexing other repository APIs than PyPI
The text was updated successfully, but these errors were encountered: