python3Packages.trainer: rename from coqui-trainer
This commit is contained in:
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 {
|
|
@ -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
|
||||
|
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue