Commit 669288c7 authored by pan's avatar pan
Browse files

update README_HIP.md

parent 8e0f2a12
...@@ -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
``` ```
...@@ -66,7 +66,7 @@ python3 setup.py bdist_wheel -p manylinux1_x86_64 ...@@ -66,7 +66,7 @@ python3 setup.py bdist_wheel -p manylinux1_x86_64
```bash ```bash
# nni的whl包会在./dist文件夹生成 # nni的whl包会在./dist文件夹生成
pip3 install ./dist/nni-* pip3 install ./dist/nni*
``` ```
### **验证安装** ### **验证安装**
...@@ -82,7 +82,7 @@ pytorch ...@@ -82,7 +82,7 @@ pytorch
```bash ```bash
nnictl create --config nni/examples/trials/mnist-pytorch/config.yml nnictl create --config nni/examples/trials/mnist-pytorch/config.yml
``` ```
* 在命令行中等待输出 INFO: Successfully started experiment!。 此消息表明 Experiment 已成功启动。 通过命令行输出的 Web UI url 来访问 Experiment 的界面。 此消息表明 Experiment 已成功启动。 通过命令行输出的 Web UI url 来访问 Experiment 的界面。 在命令行中等待输出 INFO: Successfully started experiment!。 此消息表明 Experiment 已成功启动。 通过命令行输出的 Web UI url 来访问 Experiment 的界面。 此消息表明 Experiment 已成功启动。 通过命令行输出的 Web UI url 来访问 Experiment 的界面。
## **License** ## **License**
......
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