mirror of https://github.com/milvus-io/milvus.git
update config gpu_search_threshold description (#2748)
Signed-off-by: Xiangyu Wang <xy.wang@zilliz.com>pull/2750/head
parent
5bd75f9381
commit
cf47007545
|
@ -132,7 +132,9 @@ cache:
|
|||
# | If nq >= gpu_search_threshold, the search computation will | | |
|
||||
# | be executed on GPUs only; | | |
|
||||
# | if nq < gpu_search_threshold, the search computation will | | |
|
||||
# | be executed on both CPUs and GPUs. | | |
|
||||
# | be executed on CPUs only. | | |
|
||||
# | The SQ8H index is special, if nq < gpu_search_threshold, | | |
|
||||
# | the search will be executed on both CPUs and GPUs. | | |
|
||||
#----------------------+------------------------------------------------------------+------------+-----------------+
|
||||
# search_resources | The list of GPU devices used for search computation. | DeviceList | gpu0 |
|
||||
# | Must be in format gpux. | | |
|
||||
|
|
|
@ -132,7 +132,9 @@ cache:
|
|||
# | If nq >= gpu_search_threshold, the search computation will | | |
|
||||
# | be executed on GPUs only; | | |
|
||||
# | if nq < gpu_search_threshold, the search computation will | | |
|
||||
# | be executed on both CPUs and GPUs. | | |
|
||||
# | be executed on CPUs only. | | |
|
||||
# | The SQ8H index is special, if nq < gpu_search_threshold, | | |
|
||||
# | the search will be executed on both CPUs and GPUs. | | |
|
||||
#----------------------+------------------------------------------------------------+------------+-----------------+
|
||||
# search_devices | The list of GPU devices used for search computation. | DeviceList | gpu0 |
|
||||
# | Must be in format gpux. | | |
|
||||
|
|
Loading…
Reference in New Issue