python3Packages.accelerate: disable test that fails to detect FSDP version
This commit is contained in:
parent
7e533f8ccf
commit
2eecbc22da
@ -151,6 +151,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# Fails in nixpkgs-review due to a port conflict with simultaneous python builds
|
# Fails in nixpkgs-review due to a port conflict with simultaneous python builds
|
||||||
"test_config_compatibility"
|
"test_config_compatibility"
|
||||||
|
|
||||||
|
# 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"
|
||||||
]
|
]
|
||||||
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
||||||
# RuntimeError: torch_shm_manager: execl failed: Permission denied
|
# RuntimeError: torch_shm_manager: execl failed: Permission denied
|
||||||
|
Loading…
x
Reference in New Issue
Block a user