mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-04-21 06:14:04 +00:00
Add psutil to apple instructions
This commit is contained in:
parent
5415d47a1d
commit
2cd1120c82
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ Be sure to do that after you activate the environment. If you don't use conda th
|
|||
```shell
|
||||
python3.10 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install numba inflect
|
||||
pip install numba inflect psutil
|
||||
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
|
||||
pip install transformers
|
||||
git clone https://github.com/neonbjb/tortoise-tts.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue