mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-05-11 23:39:01 +08:00
Added the instruction for AMD GPU in Chinese
This commit is contained in:
parent
b114eefb80
commit
e077944d90
@ -112,6 +112,15 @@ brew install ffmpeg
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### 使用AMD显卡
|
||||||
|
|
||||||
|
在安装完依赖以后
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip3 uninstall torch torchvision torchaudio
|
||||||
|
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4
|
||||||
|
```
|
||||||
|
|
||||||
### 在 Docker 中使用
|
### 在 Docker 中使用
|
||||||
|
|
||||||
#### docker-compose.yaml 设置
|
#### docker-compose.yaml 设置
|
||||||
|
Loading…
x
Reference in New Issue
Block a user