Update faiss description (#95)

This commit is contained in:
Ftps
2023-04-19 14:45:04 +09:00
committed by GitHub
parent aca68fad09
commit 8bf1e0e026
3 changed files with 3 additions and 3 deletions

View File

@@ -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