mindspore-lab / mindcv

A toolbox of vision models and algorithms based on MindSpore
https://mindspore-lab.github.io/mindcv/
Apache License 2.0
235 stars 143 forks source link

mindcv quick start 中报错 Could not load library libcudnn_cnn_infer.so.8. Error: /usr/local/cuda-10.1/targets/x86_64-linux/lib/libnvrtc.so: undefined symbol: nvrtcGetCUBIN #729

Closed yyl-cloud closed 3 months ago

yyl-cloud commented 1 year ago

mindcv quick start 中报错 Could not load library libcudnn_cnn_infer.so.8. Error: /usr/local/cuda-10.1/targets/x86_64-linux/lib/libnvrtc.so: undefined symbol: nvrtcGetCUBIN

geniuspatrick commented 1 year ago

Can you check if mindspore is successfully installed by:

python -c "import mindspore;mindspore.set_context(device_target='GPU');mindspore.run_check()"

Please refer to https://www.mindspore.cn/install/en#installation-verification