From c3cbdcd7bd48c7a036d08bdf8a5c4022889c1f16 Mon Sep 17 00:00:00 2001 From: Ftps <63702646+Tps-F@users.noreply.github.com> Date: Tue, 18 Apr 2023 09:58:04 +0900 Subject: [PATCH] remove faiss description --- docs/README.en.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/README.en.md b/docs/README.en.md index a97e1df..d9d1194 100644 --- a/docs/README.en.md +++ b/docs/README.en.md @@ -55,8 +55,6 @@ poetry install ``` You can also use pip to install the dependencies -**Notice**: `faiss 1.7.2` will raise Segmentation Fault: 11 under `MacOS`, please change corresponding line in `requirements.txt` to `faiss-cpu==1.7.0` - ```bash pip install -r requirements.txt ```