mirror of
https://github.com/myshell-ai/OpenVoice.git
synced 2025-12-16 08:27:48 +01:00
Merge pull request #142 from myshell-ai/dev-0219
fix bugs in pip package
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user