Merge pull request #142 from myshell-ai/dev-0219

fix bugs in pip package
This commit is contained in:
Zengyi Qin 2024-02-19 13:45:58 -05:00 committed by GitHub
commit 42329cbc25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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