python3.pkgs.coqui-trainer: 0.0.11 -> 0.0.12

This commit is contained in:
Jörg Thalheim 2022-06-27 23:20:50 +02:00
parent db615de4de
commit 31c7cd728f

View file

@ -7,6 +7,8 @@
, coqpit , coqpit
, fsspec , fsspec
, pytorch-bin , pytorch-bin
, tensorboardx
, protobuf
, pytestCheckHook , pytestCheckHook
, soundfile , soundfile
@ -15,7 +17,7 @@
let let
pname = "coqui-trainer"; pname = "coqui-trainer";
version = "0.0.11"; version = "0.0.12";
in in
buildPythonPackage { buildPythonPackage {
inherit pname version; inherit pname version;
@ -25,21 +27,16 @@ buildPythonPackage {
owner = "coqui-ai"; owner = "coqui-ai";
repo = "Trainer"; repo = "Trainer";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ujuQ9l6NOpDb2TdQbRcOM+j91RfbE8wCL9C0PID8g8Q="; hash = "sha256-MSB3XbQALEKQi6Jtr/d2K8cIqyZryebYEcewGG48HV0=";
}; };
patches = [
(fetchpatch {
url = "https://github.com/coqui-ai/Trainer/commit/07b447abf3290c8f2e5e723687b8a480b7382265.patch";
sha256 = "0v1hl784d9rghkblcfwgzp0gg9d6r5r0yv2kapzdz2qymiajy7y2";
})
];
propagatedBuildInputs = [ propagatedBuildInputs = [
coqpit coqpit
fsspec fsspec
pytorch-bin pytorch-bin
soundfile soundfile
tensorboardx
protobuf
]; ];
# only one test and that requires training data from the internet # only one test and that requires training data from the internet