22 pname = "coqui-tts-trainer";
26 inherit pname version;
29 src = fetchFromGitHub {
31 repo = "coqui-ai-Trainer";
33 hash = "sha256-MQCLeTruTlXfs3QZxsMC2Gju5rlwWDfZjkyokiIgmOI=";
40 propagatedBuildInputs = [
50 # only one test and that requires training data from the internet
58 pythonImportsCheck = [ "trainer" ];
61 description = "General purpose model trainer, as flexible as it gets";
62 homepage = "https://github.com/idiap/coqui-ai-Trainer";
63 changelog = "https://github.com/idiap/coqui-ai-Trainer/releases/tag/v${version}";
64 license = licenses.asl20;
65 maintainers = teams.tts.members;