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
conda
There are community-driven wheels for jax and jaxlib with GPU support via conda-forge
jax
jaxlib
conda-forge
Relevant links:
I managed to get a working installation of jax on with only conda installed (no cuda or cudnn prior installation) using
$ conda create -n condajax python=3.9 $ conda activate condajax $ conda install jaxlib jax --channel conda-forge
It is interesting to see if this works under windows, to avoid using the WSL or building jax from scratch
The text was updated successfully, but these errors were encountered:
@djps FYI, not sure if you want to give it a try.
I don't have a Windows with CUDA machine at hand now, but will test this out as soon as I can
Sorry, something went wrong.
I tried this but had conflicts between the version of cuda I have and the version it wanted to install
No branches or pull requests
There are community-driven wheels for
jax
andjaxlib
with GPU support viaconda-forge
Relevant links:
I managed to get a working installation of
jax
on with onlyconda
installed (no cuda or cudnn prior installation) usingIt is interesting to see if this works under windows, to avoid using the WSL or building
jax
from scratchThe text was updated successfully, but these errors were encountered: