Replies: 1 comment 9 replies
-
That's a particularly ungraceful failure, but the underlying problem seems to be that JAX can't find cudart or cublas, which are parts of the CUDA toolkit. Do you have CUDA installed? If so, which version and where? What version of the jaxlib wheel do you have installed? If you have CUDA installed and a matching jaxlib, you might try adding the |
Beta Was this translation helpful? Give feedback.
9 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 am currently playing around with neural ODEs and I wanted to run the following sample code for given here. It seems that I get an error when running:
and the error seems to arise in the
for
loop. The message that I am getting is:I have looked at some posts similar to this, but a lot of them give different solutions, or are not entirely relevant to my problem. Any help on this would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions