Merge pull request #314709 from ConnorBaker/fix/python3Packages.accelerate

python312Packages.accelerate: disable test_dynamo_extract_model
This commit is contained in:
Connor Baker 2024-05-26 12:58:30 -04:00 committed by GitHub
commit d00dfa6b25
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) [