Merge pull request #314895 from NixOS/backport-314709-to-release-24.05

[Backport release-24.05] python312Packages.accelerate: disable test_dynamo_extract_model
This commit is contained in:
Connor Baker 2024-05-26 16:35:43 -04:00 committed by GitHub
commit baf5166949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) [