Loading pkgs/development/python-modules/accelerate/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/python-modules/accelerate/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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