Commit ba7b456b authored by pan's avatar pan
Browse files

update README_HIP.md

parent 8f1006c9
...@@ -45,7 +45,7 @@ pip3 install jupyterlab==3.0.9 ...@@ -45,7 +45,7 @@ pip3 install jupyterlab==3.0.9
python3 -m pip install --upgrade pip setuptools python3 -m pip install --upgrade pip setuptools
# 下载DTK并配置环境变量 # 下载DTK并配置环境变量
#DTK tar包下载目录:光合社区/资源工具/DCU Toolkit/DTK23.04(https://cancon.hpccube.com:65024/1/main/DTK-23.04),根据系统选择对应DTK的tar包,并解压至/opt目录。 # DTK tar包下载目录:光合社区/资源工具/DCU Toolkit/DTK23.04(https://cancon.hpccube.com:65024/1/main/DTK-23.04),根据系统选择对应DTK的tar包,并解压至/opt目录。
export ROCM_PATH=/opt/dtk-23.04 export ROCM_PATH=/opt/dtk-23.04
source /opt/dtk-23.04/env.sh source /opt/dtk-23.04/env.sh
``` ```
...@@ -65,7 +65,7 @@ python3 setup.py bdist_wheel -p manylinux1_x86_64 ...@@ -65,7 +65,7 @@ python3 setup.py bdist_wheel -p manylinux1_x86_64
安装nni 安装nni
```bash ```bash
# nni的whl包会在./dist文件夹生成 # nni的whl包会在dist文件夹生成
pip3 install ./dist/nni* pip3 install ./dist/nni*
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment