Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/accelerate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,13 @@ buildPythonPackage rec {
"test_state_dict_type"
"test_with_save_limit"
"test_with_scheduler"

# torch._inductor.exc.InductorError: TypeError: cannot determine truth value of Relational
"test_regional_compilation_cold_start"
"test_regional_compilation_inference_speedup"

# Fails in nixpkgs-review due to a port conflict with simultaneous python builds
"test_config_compatibility"
]
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
# RuntimeError: torch_shm_manager: execl failed: Permission denied
Expand Down