Commit 3ffd4248 authored by Connor Baker's avatar Connor Baker Committed by github-actions[bot]
Browse files

python312Packages.accelerate: disable test_dynamo_extract_model

(cherry picked from commit b3e2432c)
parent b841269d
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) [