1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-07 02:00:25 +08:00

remove specify version (#492)

This commit is contained in:
Ftps
2023-06-10 00:05:13 +09:00
committed by GitHub
parent ec83e10b8f
commit ff2793249d
5 changed files with 0 additions and 16 deletions

View File

@@ -56,8 +56,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 use `pip install faiss-cpu==1.7.0` if you use pip to install it manually.
```bash
pip install -r requirements.txt
```