mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 13:28:49 +08:00
MS-657 Refine PQ unittest time
Former-commit-id: d71dcd0402fb732a569fc3920f12eb8121a6ece4
This commit is contained in:
parent
a4eed2e786
commit
61274bbf81
@ -96,10 +96,10 @@ class ParamGenerator {
|
||||
auto tempconf = std::make_shared<knowhere::IVFPQCfg>();
|
||||
tempconf->d = DIM;
|
||||
tempconf->gpu_id = device_id;
|
||||
tempconf->nlist = 100;
|
||||
tempconf->nprobe = 16;
|
||||
tempconf->nlist = 25;
|
||||
tempconf->nprobe = 4;
|
||||
tempconf->k = K;
|
||||
tempconf->m = 8;
|
||||
tempconf->m = 4;
|
||||
tempconf->nbits = 8;
|
||||
tempconf->metric_type = knowhere::METRICTYPE::L2;
|
||||
return tempconf;
|
||||
|
Loading…
Reference in New Issue
Block a user