Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
update doc for v0.3.3 installation tag (#329)
Browse files Browse the repository at this point in the history
as the title
  • Loading branch information
scarlett2018 authored Nov 5, 2018
1 parent 37ad26f commit 4ceefa7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/GetStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/InstallNNI_Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4ceefa7

Please sign in to comment.