Commit 85e76aad authored by Zhiru Zhu's avatar Zhiru Zhu
Browse files

minor update

parent f20e5705
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
```