mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
Initial commit
This commit is contained in:
45
requirements.txt
Normal file
45
requirements.txt
Normal file
@@ -0,0 +1,45 @@
|
||||
# --------- pytorch --------- #
|
||||
torch>=2.0.0
|
||||
torchvision>=0.15.0
|
||||
lightning>=2.0.0
|
||||
torchmetrics>=0.11.4
|
||||
|
||||
# --------- hydra --------- #
|
||||
hydra-core==1.3.2
|
||||
hydra-colorlog==1.2.0
|
||||
hydra-optuna-sweeper==1.2.0
|
||||
|
||||
# --------- loggers --------- #
|
||||
# wandb
|
||||
# neptune-client
|
||||
# mlflow
|
||||
# comet-ml
|
||||
# aim>=3.16.2 # no lower than 3.16.2, see https://github.com/aimhubio/aim/issues/2550
|
||||
|
||||
# --------- others --------- #
|
||||
rootutils # standardizing the project root setup
|
||||
pre-commit # hooks for applying linters on commit
|
||||
rich # beautiful text formatting in terminal
|
||||
pytest # tests
|
||||
# sh # for running bash commands in some tests (linux/macos only)
|
||||
phonemizer # phonemization of text
|
||||
tensorboard
|
||||
librosa
|
||||
Cython
|
||||
numpy
|
||||
einops
|
||||
inflect
|
||||
Unidecode
|
||||
scipy
|
||||
torchaudio
|
||||
matplotlib
|
||||
pandas
|
||||
conformer
|
||||
diffusers @ git+https://github.com/shivammehta25/diffusers.git@matcha_tts_version
|
||||
notebook
|
||||
ipywidgets
|
||||
gradio
|
||||
gdown
|
||||
wget
|
||||
seaborn
|
||||
gradio
|
||||
Reference in New Issue
Block a user