Skip to content
New issue

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

Support conda feedstock jax wheels #71

Open
astanziola opened this issue Aug 4, 2022 · 2 comments
Open

Support conda feedstock jax wheels #71

astanziola opened this issue Aug 4, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@astanziola
Copy link
Member

There are community-driven wheels for jax and jaxlib with GPU support via 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

@astanziola astanziola added enhancement New feature or request question Further information is requested and removed question Further information is requested labels Aug 4, 2022
@astanziola
Copy link
Member Author

@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

@djps
Copy link

djps commented Aug 29, 2022

I tried this but had conflicts between the version of cuda I have and the version it wanted to install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants