wsl安装gpu版mindspore(一)

44 篇文章 10 订阅
11 篇文章 1 订阅
这篇博客记录了在Windows Subsystem for Linux (WSL)中安装MindSpore及NVIDIA驱动的过程。作者遇到了网络问题、源列表错误、安装失败等挑战,最终发现一键安装脚本不支持WSL,导致需要卸载并重新安装WSL。解决方案包括检查网络、添加NVIDIA源、安装驱动和CUDA工具包。
摘要由CSDN通过智能技术生成

刚出炉的新机,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

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

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

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

在这里插入图片描述
成功!
如果没有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
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

irrationality

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值