"...utils/git@developer.sourcefind.cn:guobj/qwen_lmdeploy.git" did not exist on "ab8c95cb1440c022325fdb5454db0dd484a7db28"
Unverified Commit f80f30df authored by chicm-ms's avatar chicm-ms Committed by GitHub
Browse files

update version number (#2665)

parent 755e313f
......@@ -25,7 +25,7 @@ The tool manages automated machine learning (AutoML) experiments, **dispatches a
* Researchers and data scientists who want to easily **implement and experiment new AutoML algorithms**, may it be: hyperparameter tuning algorithm, neural architect search algorithm or model compression algorithm.
* ML Platform owners who want to **support AutoML in their platform**.
### **[NNI v1.6 has been released!](https://github.com/microsoft/nni/releases) &nbsp;<a href="#nni-released-reminder"><img width="48" src="docs/img/release_icon.png"></a>**
### **[NNI v1.7 has been released!](https://github.com/microsoft/nni/releases) &nbsp;<a href="#nni-released-reminder"><img width="48" src="docs/img/release_icon.png"></a>**
## **NNI capabilities in a glance**
......@@ -246,7 +246,7 @@ The following example is built on TensorFlow 1.x. Make sure **TensorFlow 1.x is
* Download the examples via clone the source code.
```bash
git clone -b v1.6 https://github.com/Microsoft/nni.git
git clone -b v1.7 https://github.com/Microsoft/nni.git
```
* Run the MNIST example.
......
......@@ -19,7 +19,7 @@ Installation on Linux and macOS follow the same instructions, given below.
Prerequisites: `python 64-bit >=3.5`, `git`, `wget`
```bash
git clone -b v1.6 https://github.com/Microsoft/nni.git
git clone -b v1.7 https://github.com/Microsoft/nni.git
cd nni
./install.sh
```
......@@ -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.
```bash
git clone -b v1.6 https://github.com/Microsoft/nni.git
git clone -b v1.7 https://github.com/Microsoft/nni.git
```
* Run the MNIST example.
......
......@@ -29,7 +29,7 @@ If you want to contribute to NNI, refer to [setup development environment](Setup
* From source code
```bat
git clone -b v1.6 https://github.com/Microsoft/nni.git
git clone -b v1.7 https://github.com/Microsoft/nni.git
cd nni
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
* Clone examples within source code.
```bat
git clone -b v1.6 https://github.com/Microsoft/nni.git
git clone -b v1.7 https://github.com/Microsoft/nni.git
```
* Run the MNIST example.
......
......@@ -28,7 +28,7 @@ author = 'Microsoft'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = 'v1.6'
release = 'v1.7'
# -- 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