tts: 0.13.3 -> 0.14.0
https://github.com/coqui-ai/TTS/releases/tag/v0.14.0
This commit is contained in:
parent
abc7af781e
commit
f1ee4207eb
1 changed files with 7 additions and 2 deletions
|
@ -8,19 +8,21 @@
|
||||||
let
|
let
|
||||||
python = python3.override {
|
python = python3.override {
|
||||||
packageOverrides = self: super: {
|
packageOverrides = self: super: {
|
||||||
|
torch = super.torch-bin;
|
||||||
|
torchvision = super.torchvision-bin;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "tts";
|
pname = "tts";
|
||||||
version = "0.13.3";
|
version = "0.14.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "coqui-ai";
|
owner = "coqui-ai";
|
||||||
repo = "TTS";
|
repo = "TTS";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-cu714/XtVqqlHN2CmUObcNFG6Vdi9VqC4at/HB8euDs=";
|
hash = "sha256-AVU4ULz++t9850pYeNrG5HKNvUZcMld4O1/zu697rzk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = let
|
postPatch = let
|
||||||
|
@ -57,6 +59,7 @@ python.pkgs.buildPythonApplication rec {
|
||||||
bnnumerizer
|
bnnumerizer
|
||||||
bnunicodenormalizer
|
bnunicodenormalizer
|
||||||
coqpit
|
coqpit
|
||||||
|
einops
|
||||||
flask
|
flask
|
||||||
fsspec
|
fsspec
|
||||||
g2pkk
|
g2pkk
|
||||||
|
@ -65,6 +68,7 @@ python.pkgs.buildPythonApplication rec {
|
||||||
inflect
|
inflect
|
||||||
jamo
|
jamo
|
||||||
jieba
|
jieba
|
||||||
|
k-diffusion
|
||||||
librosa
|
librosa
|
||||||
matplotlib
|
matplotlib
|
||||||
mecab-python3
|
mecab-python3
|
||||||
|
@ -81,6 +85,7 @@ python.pkgs.buildPythonApplication rec {
|
||||||
torchaudio-bin
|
torchaudio-bin
|
||||||
tqdm
|
tqdm
|
||||||
trainer
|
trainer
|
||||||
|
transformers
|
||||||
unidic-lite
|
unidic-lite
|
||||||
webrtcvad
|
webrtcvad
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue