python310Packages.trainer: 0.0.26 -> 0.0.27

https://github.com/coqui-ai/Trainer/releases/tag/v0.0.27
This commit is contained in:
Martin Weinelt
2023-06-26 17:49:42 +02:00
parent 9e4e0807d2
commit 9ee812871e
@@ -1,13 +1,11 @@
{ lib
, buildPythonPackage
, fetchpatch
, fetchFromGitHub
, pythonAtLeast
, coqpit
, fsspec
, torch-bin
, tensorboardx
, tensorboard
, protobuf
, psutil
@@ -18,7 +16,7 @@
let
pname = "trainer";
version = "0.0.26";
version = "0.0.27";
in
buildPythonPackage {
inherit pname version;
@@ -28,7 +26,7 @@ buildPythonPackage {
owner = "coqui-ai";
repo = "Trainer";
rev = "refs/tags/v${version}";
hash = "sha256-poC1aCXBb5mjZvqQjxhiv3+mKK262rxisgkHvAuNCsk=";
hash = "sha256-2uITlcaGcRujhSZPK746d13X8ZrgaGbfMZruLmTpQIs=";
};
postPatch = ''
@@ -41,7 +39,7 @@ buildPythonPackage {
protobuf
psutil
soundfile
tensorboardx
tensorboard
torch-bin
];