Unverified Commit a77c56dd authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

Update latest version in doc (#2508)

parent 4897ac26
...@@ -46,7 +46,3 @@ tuner: ...@@ -46,7 +46,3 @@ tuner:
all_checkpoint_dir: /the/path/to/store/checkpoints all_checkpoint_dir: /the/path/to/store/checkpoints
population_size: 10 population_size: 10
``` ```
### Limitation
Importing data has not been supported yet.
\ No newline at end of file
...@@ -19,7 +19,7 @@ Installation on Linux and macOS follow the same instructions, given below. ...@@ -19,7 +19,7 @@ Installation on Linux and macOS follow the same instructions, given below.
Prerequisites: `python 64-bit >=3.5`, `git`, `wget` Prerequisites: `python 64-bit >=3.5`, `git`, `wget`
```bash ```bash
git clone -b v1.5 https://github.com/Microsoft/nni.git git clone -b v1.6 https://github.com/Microsoft/nni.git
cd nni cd nni
./install.sh ./install.sh
``` ```
...@@ -35,7 +35,7 @@ The following example is built on TensorFlow 1.x. Make sure **TensorFlow 1.x is ...@@ -35,7 +35,7 @@ The following example is built on TensorFlow 1.x. Make sure **TensorFlow 1.x is
* Download the examples via cloning the source code. * Download the examples via cloning the source code.
```bash ```bash
git clone -b v1.5 https://github.com/Microsoft/nni.git git clone -b v1.6 https://github.com/Microsoft/nni.git
``` ```
* Run the MNIST example. * Run the MNIST example.
......
...@@ -29,7 +29,7 @@ If you want to contribute to NNI, refer to [setup development environment](Setup ...@@ -29,7 +29,7 @@ If you want to contribute to NNI, refer to [setup development environment](Setup
* From source code * From source code
```bat ```bat
git clone -b v1.5 https://github.com/Microsoft/nni.git git clone -b v1.6 https://github.com/Microsoft/nni.git
cd nni cd nni
powershell -ExecutionPolicy Bypass -file install.ps1 powershell -ExecutionPolicy Bypass -file install.ps1
``` ```
...@@ -41,7 +41,7 @@ The following example is built on TensorFlow 1.x. Make sure **TensorFlow 1.x is ...@@ -41,7 +41,7 @@ The following example is built on TensorFlow 1.x. Make sure **TensorFlow 1.x is
* Clone examples within source code. * Clone examples within source code.
```bat ```bat
git clone -b v1.5 https://github.com/Microsoft/nni.git git clone -b v1.6 https://github.com/Microsoft/nni.git
``` ```
* Run the MNIST example. * Run the MNIST example.
......
...@@ -28,7 +28,7 @@ author = 'Microsoft' ...@@ -28,7 +28,7 @@ author = 'Microsoft'
# The short X.Y version # The short X.Y version
version = '' version = ''
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = 'v1.5' release = 'v1.6'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
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