You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/25 20:36:29 UTC

[GitHub] [incubator-mxnet] haojin2 commented on issue #14514: CUDA 10.1 support

haojin2 commented on issue #14514: CUDA 10.1 support
URL: https://github.com/apache/incubator-mxnet/issues/14514#issuecomment-476367026
 
 
   I think the problem is that MXNet is looking for CUDA 10.0: `OSError: libcudart.so.10.0: cannot open shared object file: No such file or directory` since you installed the cu100mkl version... You either have to build from source or downgrade your CUDA version to 10.0 to use this wheel for now. Please let me know if you have further questions, thanks!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services