minor update

pull/319/head
Zhiru Zhu 2019-11-13 16:18:18 +08:00
parent f20e5705b4
commit 85e76aad8d
1 changed files with 3 additions and 1 deletions

View File

@ -26,8 +26,10 @@ $ cd [Milvus root path]/core
$ ./build.sh -t Debug
or
$ ./build.sh -t Release
```
For GPU version, add -g option
By default, it will build CPU version. To build GPU version, add `-g` option
```
$ ./build.sh -g
```