milvus 0.10.1 How to build indexes on the CPU and perform search comparisons on the GPU #3675
-
in server_config.yaml : GPU card can be selected for the following two parameter Settings |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, if you use CPU for indexing, it will consume a lot of CPU resources and memory. When you use GPU to search, you need to return the results to the CPU and the retrieval process will be affected, so it is recommended to use GPU for indexing. In fact, we don't currently support the CPU indexing and GPU for retrieval you mentioned, so if you do have such a need, please submit an issue and tell us about your requirements. |
Beta Was this translation helpful? Give feedback.
Hi, if you use CPU for indexing, it will consume a lot of CPU resources and memory. When you use GPU to search, you need to return the results to the CPU and the retrieval process will be affected, so it is recommended to use GPU for indexing.
In fact, we don't currently support the CPU indexing and GPU for retrieval you mentioned, so if you do have such a need, please submit an issue and tell us about your requirements.