mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
minor update
This commit is contained in:
parent
f20e5705b4
commit
85e76aad8d
@ -26,8 +26,10 @@ $ cd [Milvus root path]/core
|
|||||||
$ ./build.sh -t Debug
|
$ ./build.sh -t Debug
|
||||||
or
|
or
|
||||||
$ ./build.sh -t Release
|
$ ./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
|
$ ./build.sh -g
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user