mirror of https://github.com/milvus-io/milvus.git
#552 Server down during building index_type: IVF_PQ using GPU-edition
parent
dd5ec085b6
commit
035feec872
|
@ -154,8 +154,9 @@ IVFPQConfAdapter::Match(const TempMetaConf& metaconf) {
|
||||||
// todo(linxj): throw exception here.
|
// todo(linxj): throw exception here.
|
||||||
WRAPPER_LOG_ERROR << "The dims of PQ is wrong : only 1, 2, 3, 4, 6, 8, 10, 12, 16, 20, 24, 28, 32 dims per sub-"
|
WRAPPER_LOG_ERROR << "The dims of PQ is wrong : only 1, 2, 3, 4, 6, 8, 10, 12, 16, 20, 24, 28, 32 dims per sub-"
|
||||||
"quantizer are currently supported with no precomputed codes.";
|
"quantizer are currently supported with no precomputed codes.";
|
||||||
throw WrapperException("The dims of PQ is wrong : only 1, 2, 3, 4, 6, 8, 10, 12, 16, 20, 24, 28, 32 dims "
|
throw WrapperException(
|
||||||
"per sub-quantizer are currently supported with no precomputed codes.");
|
"The dims of PQ is wrong : only 1, 2, 3, 4, 6, 8, 10, 12, 16, 20, 24, 28, 32 dims "
|
||||||
|
"per sub-quantizer are currently supported with no precomputed codes.");
|
||||||
// return nullptr;
|
// return nullptr;
|
||||||
}
|
}
|
||||||
static int64_t compression_level = 1; // 1:low, 2:high
|
static int64_t compression_level = 1; // 1:low, 2:high
|
||||||
|
|
Loading…
Reference in New Issue