Loading pkgs/development/python-modules/trainer/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -4,19 +4,19 @@ , coqpit , fsspec , torch-bin , torch , tensorboard , protobuf , psutil , pytestCheckHook , soundfile , torchvision-bin , torchvision }: let pname = "trainer"; version = "0.0.31"; version = "0.0.32"; in buildPythonPackage { inherit pname version; Loading @@ -26,7 +26,7 @@ buildPythonPackage { owner = "coqui-ai"; repo = "Trainer"; rev = "refs/tags/v${version}"; hash = "sha256-avZuujeWG/UGkj7fcGB99Fw7KYktJPIDf8oB4wjoiD4="; hash = "sha256-lSfkokPFB09KZBHe/Qkon2gUsA82AK52WNK1bJfzCNc="; }; postPatch = '' Loading @@ -40,7 +40,7 @@ buildPythonPackage { psutil soundfile tensorboard torch-bin torch ]; # only one test and that requires training data from the internet Loading @@ -48,7 +48,7 @@ buildPythonPackage { nativeCheckInputs = [ pytestCheckHook torchvision-bin torchvision ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/trainer/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -4,19 +4,19 @@ , coqpit , fsspec , torch-bin , torch , tensorboard , protobuf , psutil , pytestCheckHook , soundfile , torchvision-bin , torchvision }: let pname = "trainer"; version = "0.0.31"; version = "0.0.32"; in buildPythonPackage { inherit pname version; Loading @@ -26,7 +26,7 @@ buildPythonPackage { owner = "coqui-ai"; repo = "Trainer"; rev = "refs/tags/v${version}"; hash = "sha256-avZuujeWG/UGkj7fcGB99Fw7KYktJPIDf8oB4wjoiD4="; hash = "sha256-lSfkokPFB09KZBHe/Qkon2gUsA82AK52WNK1bJfzCNc="; }; postPatch = '' Loading @@ -40,7 +40,7 @@ buildPythonPackage { psutil soundfile tensorboard torch-bin torch ]; # only one test and that requires training data from the internet Loading @@ -48,7 +48,7 @@ buildPythonPackage { nativeCheckInputs = [ pytestCheckHook torchvision-bin torchvision ]; pythonImportsCheck = [ Loading