diff --git a/README.md b/README.md index 307aba3e2f..53ad6b5537 100644 --- a/README.md +++ b/README.md @@ -37,16 +37,17 @@ Note: If you are in docker container (as root), please remove `--user` from the * We only support Linux (Ubuntu 16.04 or higher) in our current stage. * Run the following commands in an environment that has `python >= 3.5`, `git` and `wget`. ```bash - git clone -b v0.3.2 https://github.com/Microsoft/nni.git + git clone -b v0.3.3 https://github.com/Microsoft/nni.git cd nni source install.sh ``` **Verify install** -* 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. ```bash - git clone -b v0.3.2 https://github.com/Microsoft/nni.git + git clone -b v0.3.3 https://github.com/Microsoft/nni.git ``` * Run the mnist example. ```bash diff --git a/docs/GetStarted.md b/docs/GetStarted.md index a5d950299d..cde8a3cb85 100644 --- a/docs/GetStarted.md +++ b/docs/GetStarted.md @@ -18,7 +18,7 @@ * __Install NNI through source code__ - git clone -b v0.3.2 https://github.com/Microsoft/nni.git + git clone -b v0.3.3 https://github.com/Microsoft/nni.git cd nni source install.sh diff --git a/docs/InstallNNI_Ubuntu.md b/docs/InstallNNI_Ubuntu.md index e32d7006b7..3256028db0 100644 --- a/docs/InstallNNI_Ubuntu.md +++ b/docs/InstallNNI_Ubuntu.md @@ -16,7 +16,7 @@ * __Install NNI through source code__ - git clone -b v0.3.2 https://github.com/Microsoft/nni.git + git clone -b v0.3.3 https://github.com/Microsoft/nni.git cd nni source install.sh