"benchmark/git@developer.sourcefind.cn:OpenDAS/tilelang.git" did not exist on "2bd2d69e643052b852ae4242950e1f40391d8142"
Unverified Commit f2ff131b authored by xuehui's avatar xuehui Committed by GitHub
Browse files

update v0.8 tag: (#1169)

parent ce2d8d9c
...@@ -143,7 +143,7 @@ Linux and MacOS ...@@ -143,7 +143,7 @@ Linux and MacOS
* 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.7 https://github.com/Microsoft/nni.git git clone -b v0.8 https://github.com/Microsoft/nni.git
cd nni cd nni
source install.sh source install.sh
``` ```
...@@ -153,7 +153,7 @@ Windows ...@@ -153,7 +153,7 @@ Windows
* Run the following commands in an environment that has `python >=3.5`, `git` and `PowerShell` * Run the following commands in an environment that has `python >=3.5`, `git` and `PowerShell`
```bash ```bash
git clone -b v0.7 https://github.com/Microsoft/nni.git git clone -b v0.8 https://github.com/Microsoft/nni.git
cd nni cd nni
powershell .\install.ps1 powershell .\install.ps1
``` ```
...@@ -169,7 +169,7 @@ The following example is an experiment built on TensorFlow. Make sure you have * ...@@ -169,7 +169,7 @@ The following example is an experiment built on TensorFlow. Make sure you have *
* Download the examples via clone the source code. * Download the examples via clone the source code.
```bash ```bash
git clone -b v0.7 https://github.com/Microsoft/nni.git git clone -b v0.8 https://github.com/Microsoft/nni.git
``` ```
Linux and MacOS Linux and MacOS
......
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