python3Packages.accelerate: disable failing tests on aarch64-linux (#504999)
This commit is contained in:
@@ -107,6 +107,12 @@ buildPythonPackage (finalAttrs: {
|
||||
"CheckpointTest"
|
||||
# TypeError: unsupported operand type(s) for /: 'NoneType' and 'int' (it seems cpuinfo doesn't work here)
|
||||
"test_mpi_multicpu_config_cmd"
|
||||
# fails cpuinfo test, because /sys/devices/system/cpu/ does not exist in the sandbox
|
||||
"test_layerwise_upcasting_inference_0"
|
||||
"test_compute_module_sizes"
|
||||
"test_compute_module_total_buffer_size"
|
||||
"test_load_checkpoint_in_model_dtype"
|
||||
"test_set_module_tensor_sets_dtype"
|
||||
]
|
||||
++
|
||||
lib.optionals
|
||||
|
||||
Reference in New Issue
Block a user