mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
Merge pull request #314709 from ConnorBaker/fix/python3Packages.accelerate
python312Packages.accelerate: disable test_dynamo_extract_model
This commit is contained in:
commit
d00dfa6b25
@ -88,6 +88,7 @@ buildPythonPackage rec {
|
||||
++ lib.optionals (pythonAtLeast "3.12") [
|
||||
# RuntimeError: Dynamo is not supported on Python 3.12+
|
||||
"test_convert_to_fp32"
|
||||
"test_dynamo_extract_model"
|
||||
"test_send_to_device_compiles"
|
||||
]
|
||||
++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [
|
||||
|
Loading…
Reference in New Issue
Block a user