mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-17 20:00:09 +08:00
edit README
This commit is contained in:
parent
80bc765cbc
commit
3444a64f85
@ -47,9 +47,13 @@ poetry install
|
|||||||
```
|
```
|
||||||
|
|
||||||
你也可以通过pip来安装依赖:
|
你也可以通过pip来安装依赖:
|
||||||
|
|
||||||
|
**注意**: `MacOS`下`faiss 1.7.2`版本会导致抛出段错误,请将`requirements.txt`的对应条目改为`faiss-cpu==1.7.0`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## 其他预模型准备
|
## 其他预模型准备
|
||||||
RVC需要其他的一些预模型来推理和训练。
|
RVC需要其他的一些预模型来推理和训练。
|
||||||
|
|
||||||
|
@ -40,9 +40,12 @@ poetry install
|
|||||||
```
|
```
|
||||||
You can also use pip to install the dependencies
|
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
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## Preparation of other Pre-models
|
## Preparation of other Pre-models
|
||||||
RVC requires other pre-models to infer and train.
|
RVC requires other pre-models to infer and train.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ scipy==1.9.3
|
|||||||
librosa==0.9.2
|
librosa==0.9.2
|
||||||
llvmlite==0.39.0
|
llvmlite==0.39.0
|
||||||
fairseq==0.12.2
|
fairseq==0.12.2
|
||||||
faiss-cpu==1.7.0
|
faiss-cpu==1.7.2
|
||||||
gradio
|
gradio
|
||||||
Cython
|
Cython
|
||||||
future>=0.18.3
|
future>=0.18.3
|
||||||
|
Loading…
Reference in New Issue
Block a user