Python version

This commit is contained in:
enhuiz 2023-01-12 20:37:04 +08:00
parent 6d05e7f78b
commit e7606d97dd
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ __pycache__
/config
/*.egg-info
/vall_e/version.py
/build

View File

@ -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
```
Note that the code is only tested under Python 3.10.7.
## 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`.