Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
669288c7
Commit
669288c7
authored
May 08, 2023
by
pan
Browse files
update README_HIP.md
parent
8e0f2a12
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README_HIP.md
README_HIP.md
+3
-3
No files found.
README_HIP.md
View file @
669288c7
...
@@ -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**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment