Replies: 1 comment 1 reply
-
0.1.68 is 7 releases behind main, at this point. We most likely won't be able to help you if you cannot upgrade to the current release. That said, I'd want to check: does |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to install jax and jaxlib from source, according to the official instruction(https://jax.readthedocs.io/en/latest/developer.html#building-from-source).
Cuda 11.5 is installed before and i have checked with nvidia-smi.
So to install them, i cloneed the source code and checkouted to the version that i want to install.
C++ compiler, Python packages numpy, six, wheel are installed.
Then i built jaxlib with CUDA support by running:
it showed:
so i copyed all the cudnn* files in /usr/local/cuda/include, according to this link https://stackoverflow.com/questions/31326015/how-to-verify-cudnn-installation.
And ran the same command again to install. Then it came up with this error:
After i searched for solutions to this error, i found out that lots of solutions are coupled with tensorflow, which i haven't install and don't need for this project.
How should i deal with it? or at least where should i beginn with?
Btw:
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions