wsl安装gpu版mindspore(一)

举报
irrational 发表于 2022/09/25 00:18:33 2022/09/25
【摘要】 刚出炉的新机,wsl和windows的nvidia共享 win+shift+s截图 wget https://gitee.com/mindspore/mindspore/raw/r1.8/script...

刚出炉的新机,wsl和windows的nvidia共享
在这里插入图片描述
win+shift+s截图

wget https://gitee.com/mindspore/mindspore/raw/r1.8/scripts/install/ubuntu-gpu-pip.sh
PYTHON_VERSION=3.9 MINDSPORE_VERSION=1.8.1 bash -i ./ubuntu-gpu-pip.sh

  
 
  • 1
  • 2

这里要选择yes
在这里插入图片描述
在这里插入图片描述
难道是我移动网卡的问题?
把网卡拔了,用本地网。
在这里插入图片描述
ping通,那么不是我的问题
在这里插入图片描述

echo 'deb https://developer.download.nvidia.cn/compute/cuda/repos/ubuntu1804/x86_64' > /etc/apt/sources.list.d/cuda.list

  
 
  • 1

E: Malformed entry 1 in list file /etc/apt/sources.list.d/cuda.list (Suite)
E: The list of sources could not be read.
说明该方法不行

gpg --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC

  
 
  • 1
  • 2

在这里插入图片描述
成功!
如果没有nvidia-smi,这个逻辑可以在bash里面实现?
sudo apt install nvidia-utils-390
出了错,重来又在下载了,建议新建一个如果已有文件不再下载的逻辑。
提个pr

安装后半截验证
[ERROR] ME(31402,7f3c64a52740,python):2022-09-12-17:05:24.234.635 [mindspore/ccsrc/runtime/hardware/device_context_manager.cc:93] WaitTaskFinishOnDevice] SyncStream failed, exception:The stream_id: 0 is greater than stream array size: 0

出错了,那我们
sudo apt install nvidia-cuda-toolkit

排错
WARNING: The scripts f2py, f2py3 and f2py3.9 are installed in ‘/home/kewei/.local/bin’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script cache_admin is installed in ‘/home/kewei/.local/bin’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
然后,我突然发现一键运行的脚本是不支持wsl的,这下搞崩了,只有重新下载wsl,卸了重来。
卸载

wsl --list
Ubuntu替换成要卸载的内核
wsl --unregister Ubuntu

  
 
  • 1
  • 2
  • 3

文章来源: blog.csdn.net,作者:irrationality,版权归原作者所有,如需转载,请联系作者。

原文链接:blog.csdn.net/weixin_54227557/article/details/126818714

【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。