python3Packages.trainer: rename from coqui-trainer

This commit is contained in:
Martin Weinelt
2022-11-17 14:33:43 +01:00
parent a050a54ed2
commit ad3e05e910
3 changed files with 4 additions and 4 deletions
@@ -16,7 +16,7 @@
}:
let
pname = "coqui-trainer";
pname = "trainer";
version = "0.0.16";
in
buildPythonPackage {
+1 -1
View File
@@ -71,7 +71,6 @@ python.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python.pkgs; [
anyascii
coqpit
coqui-trainer
flask
fsspec
gdown
@@ -92,6 +91,7 @@ python.pkgs.buildPythonApplication rec {
torch-bin
torchaudio-bin
tqdm
trainer
umap-learn
unidic-lite
webrtcvad
+2 -2
View File
@@ -1580,8 +1580,6 @@ self: super: with self; {
coqpit = callPackage ../development/python-modules/coqpit { };
coqui-trainer = callPackage ../development/python-modules/coqui-trainer {};
cepa = callPackage ../development/python-modules/cepa { };
cerberus = callPackage ../development/python-modules/cerberus { };
@@ -11250,6 +11248,8 @@ self: super: with self; {
trackpy = callPackage ../development/python-modules/trackpy { };
trainer = callPackage ../development/python-modules/trainer {};
traitlets = callPackage ../development/python-modules/traitlets { };
traits = callPackage ../development/python-modules/traits { };