mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
python3Packages.accelerate: disable test_can_pickle_dataloader on Darwin
(cherry picked from commit 6877e19448)
This commit is contained in:
committed by
Vladimír Čunát
parent
73fc61d9db
commit
cd623f2f29
@@ -155,6 +155,9 @@ buildPythonPackage rec {
|
||||
# Fails with `sandbox=false` by mis-configuring the model it's using.
|
||||
# AttributeError: 'DistributedDataParallel' object has no attribute '_ignored_modules'. Did you mean: 'named_modules'?
|
||||
"test_ignored_modules_regex"
|
||||
|
||||
# Illegal instruction (x86_64) / Trace/BPT Error 5 (aarch64)
|
||||
"test_can_pickle_dataloader"
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
||||
# RuntimeError: torch_shm_manager: execl failed: Permission denied
|
||||
|
||||
Reference in New Issue
Block a user