You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use it with CUDA support, but it's still show me "java.lang.UnsatisfiedLinkError: /tmp/javacpp*/libjnicaffe.so: libcudart.so.7.5", but my server's CUDA version is 7.0, Is it possible to specified the version of CUDA?
The text was updated successfully, but these errors were encountered:
BTW, @cypof wants to bundle the CUDA libraries themselves to avoid this kind of issue. This is something that might happen sooner rather than later if we could have people like you testing this out. :)
Sure! BTW, check out pull request #101 and if interested please participate in the discussion! If all works out, we will be able, for example, to bundle CUDA 7.5 so that it works even on machines where only CUDA 7.0 has been installed.
I use it with CUDA support, but it's still show me "java.lang.UnsatisfiedLinkError: /tmp/javacpp*/libjnicaffe.so: libcudart.so.7.5", but my server's CUDA version is 7.0, Is it possible to specified the version of CUDA?
The text was updated successfully, but these errors were encountered: