mirror of
https://github.com/myshell-ai/OpenVoice
synced 2024-11-21 22:48:25 +00:00
Merge pull request #142 from myshell-ai/dev-0219
fix bugs in pip package
This commit is contained in:
commit
42329cbc25
@ -45,8 +45,9 @@ This section is only for developers and researchers who are familiar with Linux,
|
||||
```
|
||||
conda create -n openvoice python=3.9
|
||||
conda activate openvoice
|
||||
conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
|
||||
pip install -r requirements.txt
|
||||
git clone git@github.com:myshell-ai/OpenVoice.git
|
||||
cd OpenVoice
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
Download the checkpoint from [here](https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_1226.zip) and extract it to the `checkpoints` folder
|
||||
|
Loading…
Reference in New Issue
Block a user