mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix unittest
This commit is contained in:
parent
31da89d9a2
commit
28ca297115
@ -52,6 +52,7 @@ class NSGInterfaceTest : public DataGen, public ::testing::Test {
|
||||
|
||||
auto tmp_conf = std::make_shared<knowhere::NSGCfg>();
|
||||
tmp_conf->gpu_id = DEVICEID;
|
||||
tmp_conf->d = 256;
|
||||
tmp_conf->knng = 20;
|
||||
tmp_conf->nprobe = 8;
|
||||
tmp_conf->nlist = 163;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user