We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2638d6 + 2eecbc2 commit d22d525Copy full SHA for d22d525
1 file changed
pkgs/development/python-modules/accelerate/default.nix
@@ -151,6 +151,10 @@ buildPythonPackage rec {
151
152
# Fails in nixpkgs-review due to a port conflict with simultaneous python builds
153
"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"
158
]
159
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
160
# RuntimeError: torch_shm_manager: execl failed: Permission denied
0 commit comments