Unverified Commit d00dfa6b authored by Connor Baker's avatar Connor Baker Committed by GitHub
Browse files

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

python312Packages.accelerate: disable test_dynamo_extract_model
parents 0c415dba b3e2432c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) [