We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9028f0 commit 578ed0bCopy full SHA for 578ed0b
doc/zh/DeepseekR1_tutorial_zh_for_Ascend_NPU.md
@@ -75,8 +75,8 @@ source /usr/local/Ascend/ascend-toolkit/set_env.sh # 以实际CANN安装路径
75
source /usr/local/Ascend/nnal/atb/set_env.sh # 以实际NNAL安装路径为准
76
```
77
由于环境对于torch_npu版本号有特定要求,使用编译后的torch_npu包需要手动移除版本信息中的哈希后缀,操作如下:
78
-使用文本编辑器打开/usr/local/lib/python3.11/site-packages/torch_npu/version.py(不同环境python路径可能不同,可以使用pip show torch_npu查看安装的python路径)
79
-将__version__ = '2.5.1.post4+git69550dfc'改为__version__ = '2.5.1.post4'
+使用文本编辑器打开`/usr/local/lib/python3.11/site-packages/torch_npu/version.py`(不同环境python路径可能不同,可以使用`pip show torch_npu`查看安装的python路径)
+将`__version__ = '2.5.1.post4+git69550dfc'`改为`__version__ = '2.5.1.post4'`
80
81
82
## 权重准备
0 commit comments