[skip e2e] Grammar correction (#13772)

Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
pull/13806/head
cxytz01 2021-12-20 19:24:08 +08:00 committed by GitHub
parent 7feadf02e4
commit 88e399b729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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