From b0f243386545b096f730dbdbd93e837f4f090afe Mon Sep 17 00:00:00 2001 From: Ftps <63702646+Tps-F@users.noreply.github.com> Date: Tue, 18 Apr 2023 19:41:48 +0900 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d2c55..43dc986 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ poetry install 你也可以通过pip来安装依赖: -**注意**: 用pip手动安装时,使用 `pip install faiss==1.7.0`,因为MacOS上的 "faiss 1.7.2 "版本会导致分段错误。 +**注意**: 用pip手动安装时,使用 `pip install faiss==1.7.0`,因为MacOS上的 `faiss 1.7.2 `版本会导致分段错误。 ```bash pip install -r requirements.txt