From ad3e05e91069080931ca65d55df1a740be4dfc38 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 16 Nov 2022 18:34:13 +0100 Subject: [PATCH] python3Packages.trainer: rename from coqui-trainer --- .../python-modules/{coqui-trainer => trainer}/default.nix | 2 +- pkgs/tools/audio/tts/default.nix | 2 +- pkgs/top-level/python-packages.nix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename pkgs/development/python-modules/{coqui-trainer => trainer}/default.nix (97%) diff --git a/pkgs/development/python-modules/coqui-trainer/default.nix b/pkgs/development/python-modules/trainer/default.nix similarity index 97% rename from pkgs/development/python-modules/coqui-trainer/default.nix rename to pkgs/development/python-modules/trainer/default.nix index 4c77506b9881..627c21ee4bf0 100644 --- a/pkgs/development/python-modules/coqui-trainer/default.nix +++ b/pkgs/development/python-modules/trainer/default.nix @@ -16,7 +16,7 @@ }: let - pname = "coqui-trainer"; + pname = "trainer"; version = "0.0.16"; in buildPythonPackage { diff --git a/pkgs/tools/audio/tts/default.nix b/pkgs/tools/audio/tts/default.nix index 4e9148db9663..36f485d2b9a0 100644 --- a/pkgs/tools/audio/tts/default.nix +++ b/pkgs/tools/audio/tts/default.nix @@ -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 diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 11993bfa5c9f..434d8509d39b 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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 { };