Update README.md
This commit is contained in:
parent
a72bf105e9
commit
ea4ffc0c67
18
README.md
18
README.md
|
@ -6,21 +6,23 @@ An unofficial PyTorch implementation of [VALL-E](https://valle-demo.github.io/),
|
|||
|
||||
[](https://www.buymeacoffee.com/enhuiz)
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
### Install with pip
|
||||
Note that the code is only tested under `Python 3.10.7`.
|
||||
|
||||
### Install with `pip` (remote)
|
||||
```bash
|
||||
pip install git+https://github.com/enhuiz/vall-e
|
||||
```
|
||||
|
||||
### Install with `pip` (locally)
|
||||
```bash
|
||||
git clone --recurse-submodules https://github.com/enhuiz/vall-e.git
|
||||
cd vall-e
|
||||
pip install --editable .
|
||||
```
|
||||
|
||||
### Clone
|
||||
|
||||
```
|
||||
git clone --recurse-submodules https://github.com/enhuiz/vall-e.git
|
||||
```
|
||||
|
||||
Note that the code is only tested under `Python 3.10.7`.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user