mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
84110d2684
Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
62 lines
1.9 KiB
YAML
62 lines
1.9 KiB
YAML
accuracy:
|
|
collections:
|
|
-
|
|
server:
|
|
db_config.primary_path: /test/milvus/db_data_7/sift_50m_2048_128_ip_sq8_wal
|
|
cache_config.cpu_cache_capacity: 30
|
|
engine_config.use_blas_threshold: 1100
|
|
engine_config.gpu_search_threshold: 1
|
|
gpu_resource_config.enable: true
|
|
gpu_resource_config.cache_capacity: 6
|
|
gpu_resource_config.search_resources:
|
|
- gpu0
|
|
- gpu1
|
|
gpu_resource_config.build_index_resources:
|
|
- gpu0
|
|
- gpu1
|
|
collection_name: sift_50m_2048_128_ip
|
|
top_ks: [64]
|
|
nqs: [1000]
|
|
search_params:
|
|
nprobe: [1, 2, 4, 8, 16, 32, 64, 128, 256, 512]
|
|
|
|
-
|
|
server:
|
|
db_config.primary_path: /test/milvus/db_data_7/sift_50m_2048_128_l2_hnsw_wal
|
|
cache_config.cpu_cache_capacity: 64
|
|
engine_config.use_blas_threshold: 1100
|
|
engine_config.gpu_search_threshold: 1
|
|
gpu_resource_config.enable: false
|
|
gpu_resource_config.cache_capacity: 4
|
|
gpu_resource_config.search_resources:
|
|
- gpu0
|
|
- gpu1
|
|
gpu_resource_config.build_index_resources:
|
|
- gpu0
|
|
- gpu1
|
|
collection_name: sift_50m_2048_128_l2
|
|
top_ks: [64]
|
|
nqs: [1000]
|
|
search_params:
|
|
ef: [64, 100, 200, 500, 700]
|
|
|
|
-
|
|
server:
|
|
db_config.primary_path: /test/milvus/db_data_7/sift_1b_2048_128_l2_sq8_wal
|
|
cache_config.cpu_cache_capacity: 150
|
|
engine_config.use_blas_threshold: 1100
|
|
engine_config.gpu_search_threshold: 1
|
|
gpu_resource_config.enable: false
|
|
gpu_resource_config.cache_capacity: 6
|
|
gpu_resource_config.search_resources:
|
|
- gpu0
|
|
- gpu1
|
|
gpu_resource_config.build_index_resources:
|
|
- gpu0
|
|
- gpu1
|
|
collection_name: sift_1b_2048_128_l2
|
|
top_ks: [64]
|
|
nqs: [1000]
|
|
search_params:
|
|
nprobe: [1, 2, 4, 8, 16, 32, 64, 128, 256, 512]
|