"...composable_kernel_onnxruntime.git" did not exist on "efbcc6eddce63453df8009e5406eef2685f0a1a9"
Unverified Commit 64db503b authored by xuehui's avatar xuehui Committed by GitHub
Browse files

Update release note (#609)

* update readme in ga_squad

* update readme

* fix typo

* Update README.md

* Update README.md

* Update README.md

* update readme

* update

* fix path

* update reference

* fix bug in config file

* update nni_arch_overview.png

* update

* update

* update

* add release note

* update the README.md
parent 1df572dc
...@@ -46,7 +46,7 @@ We encourage researchers and students leverage these projects to accelerate the ...@@ -46,7 +46,7 @@ We encourage researchers and students leverage these projects to accelerate the
* We support Linux (Ubuntu 16.04 or higher), MacOS (10.14.1) in our current stage. * We support Linux (Ubuntu 16.04 or higher), MacOS (10.14.1) in our current stage.
* Run the following commands in an environment that has `python >= 3.5`, `git` and `wget`. * Run the following commands in an environment that has `python >= 3.5`, `git` and `wget`.
```bash ```bash
git clone -b v0.4.1 https://github.com/Microsoft/nni.git git clone -b v0.5 https://github.com/Microsoft/nni.git
cd nni cd nni
source install.sh source install.sh
``` ```
...@@ -58,7 +58,7 @@ For the system requirements of NNI, please refer to [Install NNI](docs/Installat ...@@ -58,7 +58,7 @@ For the system requirements of NNI, please refer to [Install NNI](docs/Installat
The following example is an experiment built on TensorFlow. Make sure you have **TensorFlow installed** before running it. The following example is an experiment built on TensorFlow. Make sure you have **TensorFlow installed** before running it.
* Download the examples via clone the source code. * Download the examples via clone the source code.
```bash ```bash
git clone -b v0.4.1 https://github.com/Microsoft/nni.git git clone -b v0.5 https://github.com/Microsoft/nni.git
``` ```
* Run the mnist example. * Run the mnist example.
```bash ```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