265
社区成员
发帖
与我相关
我的任务
分享sudo musa-deploy -c musa
[sudo] oem 的密码:
=====================================================================
======================== MOORE THREADS CHECK ========================
=====================================================================
MUSA CHECK OVERALL Status: FAILED
0.MUSAToolkits Version: 4.0.0+6f1f132
- status: FAILED
- Recommendation: The execution result of musaInfo is normal, but the test_musa.mu test failed, please check if the musa_runtime version and the driver version are compatible.
The current MUSAToolkits version may not be an official release version. The version compatibility check has been skipped. If necessary, please manually check the version compatibility.
1.Driver Version: 3.0.0
MTBios Version: 2.2.0
2.Driver_Version_From_Dpkg Version: 3.0.0-pc
3.Driver_Version_From_Clinfo
- status: WARNING
- Recommendation: Unable to get detailed driver version by clinfo, try 'sudo chmod 777 /dev/dri/render*'.
Summary:
The ROOT CAUSE is that the following component check failed. Please follow the corresponding Recommendation provided above to take action.
摩尔线程的教程上如此简单轻松——只需要输入install 再检查就通过了。等我安装检查就通不过……
今天解决了。
要装4.0.1版本。官方社区安装指导见下表。
官网上的免费课程做的太可笑了,纯粹是误导。靠谱的见下面传送门
(1)MUSA SDK 官方安装总手册(完整安装顺序铁则)
官方原文页:https://docs.mthreads.com/musa-sdk/musa-sdk-doc-online/install_guide/
先安装 Linux 显卡驱动
安装 muDNN 深度学习底层加速库
安装 MUSA Toolkits 主 SDK 运行时
配置系统全局环境变量
配置设备节点权限
系统重启加载内核驱动 & Runtime
musaInfo基础校验 → musa-deploy全环境自检
(2)开发手册内完整环境搭建章节(含 tar.gz 包 install.sh 安装细则)
官方原文页:https://docs.mthreads.com/musa-sdk/musa-sdk-doc-online/programming_guide/Chapter04/
文档原文明确了:
musa_toolkits_4.0.1.tar.gz、mudnn_2.8.1.tar.gz 原厂包为tar.gz 离线压缩包,内置install.sh一键安装脚本,无 deb 包,禁止 dpkg 安装(之前我给错 dpkg 命令的核心失误在此文档里直接打脸纠正)
明确安装指令:解压 → 进入目录 → sudo ./install.sh
明确版本绑定约束:S80 + 驱动 3.0.0 仅官方兼容 Toolkits 4.0.1 + muDNN 2.8.1
(3)S80 Linux 驱动官方专属文档(版本封顶红线原文)
官方原文页:https://docs.mthreads.com/driver-linux-pc/driver-linux-pc-doc-online/introduction/
官方原文明确写死:MTT S80 桌面卡 Linux 驱动最终正式版为 3.0.0,永久停更,无 4.0.0 及以上驱动版本4.0.0 + 驱动仅面向服务器卡 S4000/S5000 产品线,S80 不兼容、无安装包
(4)musa-deploy 部署自检工具官方 FAQ
官方原文页:https://docs.mthreads.com/vllm-musa-m1000/v1.3/AIBook_1.3.3/faq/
(5)官方组件发行清单(你发的表格官方原始出处)
摩尔线程开发者中心 S80 软件包下载页:https://developer.mthreads.com/sdk/download/musa?equipment=MTT%20S80&os=Ubuntu&version=4.0.1