已合并
更新skill #3476
fu_hao创建于 25 天前
更新skill #3476
已合并
fu_hao创建于 25 天前
1 个文件变更+2-1
M.claude/skills/torchnpu-installer/SKILL.md+2-1
@@ -90,7 +90,8 @@ arch=$(uname -m)
90根据架构选择对应的 torch_npu 包进行安装:90根据架构选择对应的 torch_npu 包进行安装:
91 91 
92```bash92```bash
93-conda run -n <conda-name> pip install --force-reinstall ./<arm或x86路径>/torch_npu*.whl93+conda run -n <conda-name> pip uninstall -y torch_npu
94+conda run -n <conda-name> pip install ./<arm或x86路径>/torch_npu*.whl
94```95```
95 96 
96## 故障排查97## 故障排查