Skip to content

Commit

Permalink
Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
enhuiz committed Jan 12, 2023
1 parent 6d05e7f commit e7606d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ __pycache__
/config
/*.egg-info
/vall_e/version.py
/build
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit e7606d9

Please sign in to comment.