From e7606d97ddaf586c28a59a82ba9ae7075e5848ec Mon Sep 17 00:00:00 2001 From: enhuiz Date: Thu, 12 Jan 2023 20:37:04 +0800 Subject: [PATCH] Python version --- .gitignore | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 21a9a49..bcb0023 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ __pycache__ /config /*.egg-info /vall_e/version.py +/build diff --git a/README.md b/README.md index b2a61f8..0de7316 100644 --- a/README.md +++ b/README.md @@ -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`.