"...test_app/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "bf4914632176f868bde1553a6b58782eb5b75196"
Unverified Commit ba42b6a4 authored by Lijiaoa's avatar Lijiaoa Committed by GitHub
Browse files

add link for 'NNI on Windows' (#2547)



* fix link

* sync release version
Co-authored-by: default avatarLijiao <15910218274@163.com>
parent 8a60d624
...@@ -229,7 +229,7 @@ For detail system requirements of NNI, please refer to [here](https://nni.readth ...@@ -229,7 +229,7 @@ For detail system requirements of NNI, please refer to [here](https://nni.readth
Note: Note:
* If there is any privilege issue, add `--user` to install NNI in the user directory. * If there is any privilege issue, add `--user` to install NNI in the user directory.
* Currently NNI on Windows supports local, remote and pai mode. Anaconda or Miniconda is highly recommended to install NNI on Windows. * Currently NNI on Windows supports local, remote and pai mode. Anaconda or Miniconda is highly recommended to install [NNI on Windows](docs/en_US/Tutorial/InstallationWin.md).
* If there is any error like `Segmentation fault`, please refer to [FAQ](docs/en_US/Tutorial/FAQ.md). For FAQ on Windows, please refer to [NNI on Windows](docs/en_US/Tutorial/InstallationWin.md#faq). * If there is any error like `Segmentation fault`, please refer to [FAQ](docs/en_US/Tutorial/FAQ.md). For FAQ on Windows, please refer to [NNI on Windows](docs/en_US/Tutorial/InstallationWin.md#faq).
### **Verify installation** ### **Verify installation**
......
...@@ -251,10 +251,10 @@ ...@@ -251,10 +251,10 @@
<ul> <ul>
<li>If there is any privilege issue, add --user to install NNI in the user directory.</li> <li>If there is any privilege issue, add --user to install NNI in the user directory.</li>
<li>Currently NNI on Windows supports local, remote and pai mode. Anaconda or Miniconda is highly <li>Currently NNI on Windows supports local, remote and pai mode. Anaconda or Miniconda is highly
recommended to install <a href="">NNI on Windows</a>.</li> recommended to install <a href="{{ pathto('Tutorial/InstallationWin') }}">NNI on Windows</a>.</li>
<li>If there is any error like Segmentation fault, please refer to <a <li>If there is any error like Segmentation fault, please refer to <a
href="{{ pathto('Tutorial/Installation') }}">FAQ</a>. For FAQ on Windows, please refer href="{{ pathto('Tutorial/Installation') }}">FAQ</a>. For FAQ on Windows, please refer
to NNI on Windows.</li> to <a href="{{ pathto('Tutorial/InstallationWin') }}">NNI on Windows</a>.</li>
</ul> </ul>
</div> </div>
<div> <div>
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
<ul> <ul>
<li> <li>
<p>Download the examples via clone the source code.</p> <p>Download the examples via clone the source code.</p>
<div class="command">git clone -b v1.5 https://github.com/Microsoft/nni.git</div> <div class="command">git clone -b v{{ release }} https://github.com/Microsoft/nni.git</div>
</li> </li>
<li> <li>
<p>Run the MNIST example.</p> <p>Run the MNIST example.</p>
......
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