Merge pull request #133500 from mweinelt/tts

tts: 0.1.3 -> 0.2.0

authored by

Artturi and committed by
GitHub
4614bbbe d9079e41

+4 -2
+4 -2
pkgs/tools/audio/tts/default.nix
··· 16 17 python3.pkgs.buildPythonApplication rec { 18 pname = "tts"; 19 - version = "0.1.3"; 20 21 src = fetchFromGitHub { 22 owner = "coqui-ai"; 23 repo = "TTS"; 24 rev = "v${version}"; 25 - sha256 = "0akhiaaqz53bf5zyps3vgjifmgh5wvcc9r4lrq9hmj3dds03vkjq"; 26 }; 27 28 postPatch = '' ··· 40 anyascii 41 coqpit 42 flask 43 gruut 44 gdown 45 inflect ··· 104 "tests/vocoder_tests/test_vocoder_tf_melgan_generator.py" 105 "tests/tts_tests/test_tacotron2_tf_model.py" 106 # RuntimeError: fft: ATen not compiled with MKL support 107 "tests/vocoder_tests/test_fullband_melgan_train.py" 108 "tests/vocoder_tests/test_hifigan_train.py" 109 "tests/vocoder_tests/test_melgan_train.py"
··· 16 17 python3.pkgs.buildPythonApplication rec { 18 pname = "tts"; 19 + version = "0.2.0"; 20 21 src = fetchFromGitHub { 22 owner = "coqui-ai"; 23 repo = "TTS"; 24 rev = "v${version}"; 25 + sha256 = "sha256-FlxR1bPkUZT3SPuWiK0oAuI9dKfurEZurB0NhyDgOyY="; 26 }; 27 28 postPatch = '' ··· 40 anyascii 41 coqpit 42 flask 43 + fsspec 44 gruut 45 gdown 46 inflect ··· 105 "tests/vocoder_tests/test_vocoder_tf_melgan_generator.py" 106 "tests/tts_tests/test_tacotron2_tf_model.py" 107 # RuntimeError: fft: ATen not compiled with MKL support 108 + "tests/tts_tests/test_vits_train.py" 109 "tests/vocoder_tests/test_fullband_melgan_train.py" 110 "tests/vocoder_tests/test_hifigan_train.py" 111 "tests/vocoder_tests/test_melgan_train.py"