This commit is contained in:
Sovanndara Diep 2024-12-19 15:41:07 +00:00 committed by GitHub
commit 8cfed17e8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 2 deletions

2
TTS/cd TTS Normal file
View File

@ -0,0 +1,2 @@
cd TTS
pip install -e .[all,dev,notebooks]

View File

@ -0,0 +1 @@
cd TTS

View File

@ -1,4 +1,4 @@
dependencies = [
dependencies = pip install -e .[all,dev,notebooks]
'torch', 'gdown', 'pysbd', 'gruut', 'anyascii', 'pypinyin', 'coqpit', 'mecab-python3', 'unidic-lite'
]
import torch

View File

@ -1,7 +1,8 @@
set -e
set -e.[all,dev,notebooks]
TF_CPP_MIN_LOG_LEVEL=3
# runtime bash based tests
# TODO: move these to python
./tests/bash_tests/test_demo_server.sh && \
./tests/bash_tests/test_compute_statistics.sh
tts --help