mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-06 22:50:00 +08:00
Added the instruction for AMD GPU in English
This commit is contained in:
parent
c17dd642c7
commit
b114eefb80
@ -115,6 +115,15 @@ brew install ffmpeg
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### AMD GPU only
|
||||||
|
|
||||||
|
After installed the dependences above
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip3 uninstall torch torchvision torchaudio
|
||||||
|
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4
|
||||||
|
```
|
||||||
|
|
||||||
### Using Docker
|
### Using Docker
|
||||||
|
|
||||||
#### docker-compose.yaml configuration
|
#### docker-compose.yaml configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user