mirror of https://github.com/coqui-ai/TTS.git
Merge d077bcfce1
into dbf1a08a0d
This commit is contained in:
commit
8cfed17e8c
|
@ -0,0 +1,2 @@
|
|||
cd TTS
|
||||
pip install -e .[all,dev,notebooks]
|
|
@ -0,0 +1 @@
|
|||
cd TTS
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue