From 8bf1e0e0264e7b01755a15323c3cb8e277f5443e Mon Sep 17 00:00:00 2001 From: Ftps <63702646+Tps-F@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:45:04 +0900 Subject: [PATCH] Update faiss description (#95) --- README.md | 2 +- docs/README.en.md | 2 +- docs/README.ja.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c904a52..572a31e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ poetry install 你也可以通过pip来安装依赖: -**注意**: `MacOS`下`faiss 1.7.2`版本会导致抛出段错误,请将`requirements.txt`的对应条目改为`faiss-cpu==1.7.0` +**注意**: `MacOS`下`faiss 1.7.2`版本会导致抛出段错误,在手动安装时请使用命令`pip install faiss-cpu==1.7.0`指定使用`1.7.0`版本 ```bash pip install -r requirements.txt diff --git a/docs/README.en.md b/docs/README.en.md index a97e1df..fc3ab63 100644 --- a/docs/README.en.md +++ b/docs/README.en.md @@ -55,7 +55,7 @@ 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` +**Notice**: `faiss 1.7.2` will raise Segmentation Fault: 11 under `MacOS`, please use `pip install faiss-cpu==1.7.0` if you use pip to install it manually. ```bash pip install -r requirements.txt diff --git a/docs/README.ja.md b/docs/README.ja.md index a2e1e0a..ca822b5 100644 --- a/docs/README.ja.md +++ b/docs/README.ja.md @@ -61,7 +61,7 @@ poetry install pipでも依存関係のインストールが可能です: -**注意**:`faiss 1.7.2`は`macOS`で`Segmentation Fault: 11`を起こすので、`requirements.txt`の該当行を `faiss-cpu==1.7.0`に変更してください。 +**注意**:`faiss 1.7.2`は`macOS`で`Segmentation Fault: 11`を起こすので、マニュアルインストールする場合は、 `pip install faiss-cpu==1.7.0`を実行してください。 ```bash pip install -r requirements.txt