Loading pkgs/development/python-modules/accelerate/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -165,6 +165,9 @@ buildPythonPackage (finalAttrs: { # Illegal instruction (x86_64) / Trace/BPT Error 5 (aarch64) "test_can_pickle_dataloader" # ImportError: cannot import name 'PretrainedConfig' from 'transformers.modeling_utils' "test_nested_hook" ] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ # RuntimeError: torch_shm_manager: execl failed: Permission denied Loading Loading
pkgs/development/python-modules/accelerate/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -165,6 +165,9 @@ buildPythonPackage (finalAttrs: { # Illegal instruction (x86_64) / Trace/BPT Error 5 (aarch64) "test_can_pickle_dataloader" # ImportError: cannot import name 'PretrainedConfig' from 'transformers.modeling_utils' "test_nested_hook" ] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ # RuntimeError: torch_shm_manager: execl failed: Permission denied Loading