about summary refs log tree commit diff
path: root/pkgs/tools/audio/tts
diff options
context:
space:
mode:
authorSamuel Ainsworth <skainsworth@gmail.com>2023-04-08 15:12:39 -0400
committerGitHub <noreply@github.com>2023-04-08 15:12:39 -0400
commitc5b01a1407e14e973b6069dce44180980afd789d (patch)
tree7dcd292afbdea49b3ee79c376333928f8e9d4c9d /pkgs/tools/audio/tts
parent584278eface16359dec7839e001b80a7db7347d9 (diff)
parent632cff6fcef0895202515d875dc89cc41fc14a8c (diff)
Merge pull request #222273 from SomeoneSerge/torch20
python3Packages.torch: 1.13.1 -> 2.0.0
Diffstat (limited to 'pkgs/tools/audio/tts')
-rw-r--r--pkgs/tools/audio/tts/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/audio/tts/default.nix b/pkgs/tools/audio/tts/default.nix
index 8b279a106faba..5e8d4240e14db 100644
--- a/pkgs/tools/audio/tts/default.nix
+++ b/pkgs/tools/audio/tts/default.nix
@@ -188,6 +188,8 @@ python.pkgs.buildPythonApplication rec {
     "tests/vocoder_tests/test_multiband_melgan_train.py"
     "tests/vocoder_tests/test_melgan_train.py"
     "tests/vocoder_tests/test_wavernn_train.py"
+    # only a feed forward test, but still takes too long
+    "tests/tts_tests/test_overflow.py"
   ];
 
   passthru = {