Commit 8e0f2a12 authored by pan's avatar pan
Browse files

update README_HIP.md

parent 42309b05
......@@ -18,7 +18,7 @@ NNI 管理自动机器学习 (AutoML) 的 Experiment,**调度运行** 由调
#### **使用pip方式安装**
nni whl包下载目录:[光合社区/资源工具/AI生态包/nni/dtk23.04](https://cancon.hpccube.com:65024/4/main/nni/dtk23.04),根据python版本选择对应nni的whl包。
nni whl包下载目录:[光合社区/资源工具/AI生态包/nni/dtk23.04](https://cancon.hpccube.com:65024/4/main/nni/dtk23.04)根据python版本选择对应nni的whl包。
```bash
pip3 install nni*(下载的nni的whl包)
......@@ -63,10 +63,11 @@ python3 setup.py bdist_wheel -p manylinux1_x86_64
```
安装nni
```basj
```bash
# nni的whl包会在./dist文件夹生成
pip3 install ./dist/nni-*
```bash
```
### **验证安装**
......
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