Skip to content
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/torchaudio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {

# Very long to run
"AutogradCPUTest"
"TestAutogradLfilterCPU"
"TestWav2Vec2Model"
]
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
# AssertionError: Tensor-likes are not close!
Expand Down
Loading