mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Grammar correction (#13772)
Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>pull/13806/head
parent
7feadf02e4
commit
88e399b729
|
@ -113,7 +113,7 @@ KnowhereConfig::InitGPUResource(const std::vector<int64_t>& gpu_ids) {
|
|||
|
||||
void
|
||||
KnowhereConfig::FreeGPUResource() {
|
||||
knowhere::FaissGpuResourceMgr::GetInstance().Free(); // free gpu resource.
|
||||
knowhere::FaissGpuResourceMgr::GetInstance().Free(); // Release gpu resources.
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue