Minspore 2.3版本是否已支持GPU
收藏回复举报
Minspore 2.3版本是否已支持GPU
t('forum.solved') 已解决
发表于2024-05-22 17:26:33
0 查看

请问mindspore 2.3 版本是否已支持GPU安装

安装教程中似乎为GPU安装了2.3.0rc2版本,但我按照这个教程安装之后,似乎跑不通

报错如下:
```

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

[ERROR] ME(2393927:140517532103872,MainProcess):2024-05-22-17:22:02.520.511 [mindspore/run_check/_check_version.py:219] libcuda.so (need by mindspore-gpu) is not found. Please confirm that libmindspore_gpu.so is in directory:/lib/python3.9/site-packages/mindspore/run_check/../lib/plugin and the correct cuda version has been installed, you can refer to the installation guidelines: https://www.mindspore.cn/install 

[ERROR] ME(2393927:140517532103872,MainProcess):2024-05-22-17:22:02.520.901 [mindspore/run_check/_check_version.py:219] libcudnn.so (need by mindspore-gpu) is not found. Please confirm that libmindspore_gpu.so is in directorymindspore_gpu/lib/python3.9/site-packages/mindspore/run_check/../lib/plugin and the correct cuda version has been installed, you can refer to the installation guidelines: https://www.mindspore.cn/install

```

我要发帖子