Python version
This commit is contained in:
parent
6d05e7f78b
commit
e7606d97dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ __pycache__
|
|||||||
/config
|
/config
|
||||||
/*.egg-info
|
/*.egg-info
|
||||||
/vall_e/version.py
|
/vall_e/version.py
|
||||||
|
/build
|
||||||
|
|||||||
@ -10,6 +10,8 @@ An unofficial PyTorch implementation of [VALL-E](https://valle-demo.github.io/),
|
|||||||
pip install git+https://github.com/enhuiz/vall-e
|
pip install git+https://github.com/enhuiz/vall-e
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that the code is only tested under Python 3.10.7.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Put your data into a folder, e.g. `data/your_data`. Audio files should be named with the suffix `.wav` and text files with `.normalized.txt`.
|
1. Put your data into a folder, e.g. `data/your_data`. Audio files should be named with the suffix `.wav` and text files with `.normalized.txt`.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user