This commit is contained in:
Lumos 2024-02-29 19:55:28 +08:00 committed by GitHub
parent 0ab0e5390f
commit 718ce3abb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,8 +73,8 @@ First make sure you have installed FFmpeg by running `brew install ffmpeg` or `c
conda create -n GPTSoVits python=3.9
conda activate GPTSoVits
pip3 install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
pip install -r requirements.txt
pip3 install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
```
_Note: Training models will only work if you've installed PyTorch Nightly._