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

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 create -n openvoice python=3.9
conda activate openvoice 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 git clone git@github.com:myshell-ai/OpenVoice.git
pip install -r requirements.txt 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 Download the checkpoint from [here](https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_1226.zip) and extract it to the `checkpoints` folder