mirror of https://github.com/milvus-io/milvus.git
MS-515 & MS-516 Fix index building gpu config issue
Former-commit-id: 50656bfaac7aba28682c4e5d2dbdec5b1c48244apull/191/head
parent
c4058c3877
commit
b1a394ac6e
|
@ -128,6 +128,7 @@ ErrorCode ServerConfig::ValidateConfig() const {
|
|||
}
|
||||
|
||||
if(!resource_valid_flag) {
|
||||
std::cerr << "Building index GPU can't be found in resource config." << std::endl;
|
||||
return SERVER_INVALID_ARGUMENT;
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "db/meta/MetaTypes.h"
|
||||
#include "Error.h"
|
||||
#include "
|
||||
|
||||
namespace zilliz {
|
||||
namespace milvus {
|
||||
|
|
Loading…
Reference in New Issue