Merge pull request #239964 from mweinelt/trainer-0.0.27

python310Packages.trainer: 0.0.26 -> 0.0.27
This commit is contained in:
Martin Weinelt 2023-06-26 20:30:00 +02:00 committed by GitHub
commit 6a9c15fbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
];