From a5305a482e0dbfcf0ac95b1708bc2b78d4e44b7f Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Mon, 8 Nov 2021 10:21:04 +0800 Subject: [PATCH] [skip ci]Update milvus yaml config (#11361) Signed-off-by: yanliang567 --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 6865b0524..02746d9f8 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -182,6 +182,6 @@ common: knowhere: # Default value: auto - # Valid values: [auto, avx512, avx2, sse] + # Valid values: [auto, avx512, avx2, avx, sse4_2] # This configuration is only used by querynode and indexnode, it selects CPU instruction set for Searching and Index-building. simdType: auto -- GitLab