19 pname = "coqui-trainer";
23 inherit pname version;
26 src = fetchFromGitHub {
29 rev = "refs/tags/v${version}";
30 hash = "sha256-G2qFQEO5OOEI2jsb+zXsO8cbC13o7pqAC2xkFrhGkLc=";
34 sed -i 's/^protobuf.*/protobuf/' requirements.txt
37 propagatedBuildInputs = [
46 # only one test and that requires training data from the internet
54 pythonImportsCheck = [
59 description = "A general purpose model trainer, as flexible as it gets";
60 homepage = "https://github.com/coqui-ai/Trainer";
61 license = licenses.asl20;
62 maintainers = teams.tts.members;