Skip to content

Commit d22d525

Browse files
python3Packages.accelerate: disable test that fails due to env configuration (#433157)
2 parents b2638d6 + 2eecbc2 commit d22d525

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkgs/development/python-modules/accelerate/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ buildPythonPackage rec {
151151

152152
# Fails in nixpkgs-review due to a port conflict with simultaneous python builds
153153
"test_config_compatibility"
154+
155+
# Fails with `sandbox=false` by mis-configuring the model it's using.
156+
# AttributeError: 'DistributedDataParallel' object has no attribute '_ignored_modules'. Did you mean: 'named_modules'?
157+
"test_ignored_modules_regex"
154158
]
155159
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
156160
# RuntimeError: torch_shm_manager: execl failed: Permission denied

0 commit comments

Comments
 (0)