mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-05-06 20:01:37 +08:00
doc(en): sync translation from Chinese version
This commit is contained in:
parent
ce2b1e153f
commit
f5bb555b84
36
README.md
36
README.md
@ -77,30 +77,30 @@ sh ./run.sh
|
||||
|
||||
### 手动安装依赖
|
||||
1. 安装`pytorch`及其核心依赖,若已安装则跳过。参考自: https://pytorch.org/get-started/locally/
|
||||
```bash
|
||||
pip install torch torchvision torchaudio
|
||||
```
|
||||
```bash
|
||||
pip install torch torchvision torchaudio
|
||||
```
|
||||
2. 如果是 win 系统 + Nvidia Ampere 架构(RTX30xx),根据 #21 的经验,需要指定 pytorch 对应的 cuda 版本
|
||||
```bash
|
||||
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
|
||||
```
|
||||
```bash
|
||||
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
|
||||
```
|
||||
3. 根据自己的显卡安装对应依赖
|
||||
- N卡
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
- A卡/I卡
|
||||
```bash
|
||||
pip install -r requirements-dml.txt
|
||||
```
|
||||
```bash
|
||||
pip install -r requirements-dml.txt
|
||||
```
|
||||
- A卡ROCM(Linux)
|
||||
```bash
|
||||
pip install -r requirements-amd.txt
|
||||
```
|
||||
```bash
|
||||
pip install -r requirements-amd.txt
|
||||
```
|
||||
- I卡IPEX(Linux)
|
||||
```bash
|
||||
pip install -r requirements-ipex.txt
|
||||
```
|
||||
```bash
|
||||
pip install -r requirements-ipex.txt
|
||||
```
|
||||
|
||||
## 其他资源准备
|
||||
### 1. assets
|
||||
|
@ -77,30 +77,30 @@ sh ./run.sh
|
||||
|
||||
### Manual Installation of Dependencies
|
||||
1. Install `pytorch` and its core dependencies, skip if already installed. Refer to: https://pytorch.org/get-started/locally/
|
||||
```bash
|
||||
pip install torch torchvision torchaudio
|
||||
```
|
||||
```bash
|
||||
pip install torch torchvision torchaudio
|
||||
```
|
||||
2. If you are using Nvidia Ampere architecture (RTX30xx) in Windows, according to the experience of #21, you need to specify the cuda version corresponding to pytorch.
|
||||
```bash
|
||||
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
|
||||
```
|
||||
```bash
|
||||
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
|
||||
```
|
||||
3. Install the corresponding dependencies according to your own graphics card.
|
||||
- Nvidia GPU
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
- AMD/Intel GPU
|
||||
```bash
|
||||
pip install -r requirements-dml.txt
|
||||
```
|
||||
```bash
|
||||
pip install -r requirements-dml.txt
|
||||
```
|
||||
- AMD ROCM (Linux)
|
||||
```bash
|
||||
pip install -r requirements-amd.txt
|
||||
```
|
||||
```bash
|
||||
pip install -r requirements-amd.txt
|
||||
```
|
||||
- Intel IPEX (Linux)
|
||||
```bash
|
||||
pip install -r requirements-ipex.txt
|
||||
```
|
||||
```bash
|
||||
pip install -r requirements-ipex.txt
|
||||
```
|
||||
|
||||
## Preparation of Other Files
|
||||
### 1. Assets
|
||||
|
Loading…
x
Reference in New Issue
Block a user