-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
ptxas unsupported version error #25853
Comments
xref #25344 |
From #25718: adding the python packaged ptxas to the PATH was an effective workaround.. export PATH=$(python -c "import site; print(site.getsitepackages()[0] + '/nvidia/cuda_nvcc/bin')"):$PATH |
Thanks for the report and the update. This workaround shouldn't be needed anymore, so let's look into what happened. Can you share all the steps that you used to install JAX? It might also be useful to know what the following outputs (before you change import jax
print(jax._src.lib.cuda_path) |
The output I get for this is:
I think that the problem is that I have |
Thanks! Yeah, but XLA should search that |
I used pip to install jax via |
Thanks. I am able to reproduce this issue, and I think I tracked down the place where XLA is ignoring JAX's CUDA path, but I'm not totally sure how to fix it. For now, I'm glad that you found a workaround, and I'll keep pushing on getting this fixed. |
awesome happy to have helped! |
This should be fixed in the next JAX release thanks to this change: openxla/xla#21547 |
Description
Minimal example:
yields the error
System info (python version, jaxlib version, accelerator, etc.)
The text was updated successfully, but these errors were encountered: