mirror of https://github.com/milvus-io/milvus.git
Merge branch 'branch-0.5.1' into 'branch-0.5.0'
Format the code See merge request megasearch/milvus!685 Former-commit-id: 853243085b31e4d1856e3a7c944f323a78a91263pull/191/head
commit
6769b6d960
|
@ -165,7 +165,7 @@ INSTANTIATE_TEST_CASE_P(IVFParameters, IVFTest,
|
|||
// std::make_tuple("GPUIVFPQ", ParameterType::ivfpq),
|
||||
std::make_tuple("IVFSQ", ParameterType::ivfsq),
|
||||
std::make_tuple("GPUIVFSQ", ParameterType::ivfsq),
|
||||
std::make_tuple("IVFSQHybrid", ParameterType::ivfsqhybrid)));
|
||||
std::make_tuple("IVFSQHybrid", ParameterType::ivfsqhybrid)));
|
||||
|
||||
void
|
||||
AssertAnns(const kn::DatasetPtr& result, const int& nq, const int& k) {
|
||||
|
|
Loading…
Reference in New Issue