From bfd956840272b1ebbb7b65c96effbf84f951f54c Mon Sep 17 00:00:00 2001 From: Shuyoou Date: Thu, 30 May 2024 15:55:52 +0800 Subject: [PATCH] Update 2020-08-11-optimizing-billion-scale-image-search-milvus-part-2.md --- ...08-11-optimizing-billion-scale-image-search-milvus-part-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/en/2020-08-11-optimizing-billion-scale-image-search-milvus-part-2.md b/blog/en/2020-08-11-optimizing-billion-scale-image-search-milvus-part-2.md index 076c6194..4efc6bba 100644 --- a/blog/en/2020-08-11-optimizing-billion-scale-image-search-milvus-part-2.md +++ b/blog/en/2020-08-11-optimizing-billion-scale-image-search-milvus-part-2.md @@ -133,7 +133,7 @@ The rest of this article will describe specific practices and points to be noted To use Milvus, your CPU must support the avx2 instruction set. For Linux systems, use the following command to check which instruction sets your CPU supports: -cat /proc/cpuinfo | grep flagscat /proc/cpuinfo | grep flags Then you get something like: