提交 2db958e0 编写于 作者: J jinhai

Merge branch '0.5.1' into '0.5.1'

update

See merge request megasearch/milvus!818

Former-commit-id: 419da9c0fb439f860ec57f830e97e4dcea39ff61
...@@ -109,7 +109,7 @@ IVFSQConfAdapter::Match(const TempMetaConf& metaconf) { ...@@ -109,7 +109,7 @@ IVFSQConfAdapter::Match(const TempMetaConf& metaconf) {
conf->nlist = MatchNlist(metaconf.size, metaconf.nlist); conf->nlist = MatchNlist(metaconf.size, metaconf.nlist);
conf->d = metaconf.dim; conf->d = metaconf.dim;
conf->metric_type = metaconf.metric_type; conf->metric_type = metaconf.metric_type;
conf->gpu_id = metaconf->gpu_id; conf->gpu_id = metaconf.gpu_id;
conf->nbits = 8; conf->nbits = 8;
MatchBase(conf); MatchBase(conf);
return conf; return conf;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册