Update README.md

This commit is contained in:
GreshAnt 2024-03-10 01:07:46 +08:00 committed by GitHub
parent 5c65fd36c8
commit c8e2b745c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 2 deletions

View File

@ -169,11 +169,20 @@ $ make install
# Windows
🐸TTS is on python 3.11.x
Download CUDA Toolkit 12.1 on https://developer.nvidia.com/cuda-12-1-0-download-archive
Download cuDNN 8.9.4 for cuda12.x https://developer.nvidia.com/rdp/cudnn-archive
Download CUDA Toolkit 12.1 on https://developer.nvidia.com/cuda-12-1-0-download-archive.
Download cuDNN 8.9.4 for cuda12.x https://developer.nvidia.com/rdp/cudnn-archive. And extract to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\cuda
Download the latest 64-bit version of eSpeak NG (no version constraints :-) ).
Download the latest 64-bit version of Git for Windows (no version constraints :-) ).
```powershell
pip install virtualenv
virtualenv venv
./venv/Scripts/activate.bat
pip install -r requirements.txt
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
```