共 1 个文件变更+2-1
| @@ -90,7 +90,8 @@ arch=$(uname -m) | |||
| 90 | 根据架构选择对应的 torch_npu 包进行安装: | 90 | 根据架构选择对应的 torch_npu 包进行安装: |
| 91 | 91 | ||
| 92 | ```bash | 92 | ```bash |
| 93 | -conda run -n <conda-name> pip install --force-reinstall ./<arm或x86路径>/torch_npu*.whl | 93 | +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 | ## 故障排查 |