failed call to cuInit: CUDA_ERROR_UNKNOWN: unknown error #6491
Unanswered
zcx-language
asked this question in
Q&A
Replies: 1 comment
-
ok ,i fix it by run thanks all ! |
Beta Was this translation helpful? Give feedback.
0 replies
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 have intalled cuda10.2 and cudnn before for my pytorch env and tensorflow2 env, and they work fine
I have installed jax by running below
pip install --upgrade jax jaxlib==0.1.65+cuda102 -f https://storage.googleapis.com/jax-releases/jax_releases.html
and i have installed cudatoolkit=10.2 and cudnn=7.6 in jax env by running
conda intall cudatoolkit=10.2 cudnn
can you give me some susgestion about the error " failed call to cuInit: CUDA_ERROR_UNKNOWN: unknown error" shown in the image ?
Beta Was this translation helpful? Give feedback.
All reactions