python3Packages.xformers: 0.0.30 -> 0.0.32.post2 (#442999)

Yt 0d7c1586 adf59ced

Changed files
+2 -2
pkgs
development
python-modules
xformers
+2 -2
pkgs/development/python-modules/xformers/default.nix
···
}:
let
inherit (torch) cudaCapabilities cudaPackages cudaSupport;
-
version = "0.0.30";
in
buildPythonPackage {
pname = "xformers";
···
repo = "xformers";
tag = "v${version}";
fetchSubmodules = true;
-
hash = "sha256-ozaw9z8qnGpZ28LQNtwmKeVnrn7KDWNeJKtT6g6Q/W0=";
};
patches = [ ./0001-fix-allow-building-without-git.patch ];
···
}:
let
inherit (torch) cudaCapabilities cudaPackages cudaSupport;
+
version = "0.0.32.post2";
in
buildPythonPackage {
pname = "xformers";
···
repo = "xformers";
tag = "v${version}";
fetchSubmodules = true;
+
hash = "sha256-B0rvV9EONWQBNhlQ0UTMZ+VtRO/YmMRRlLrVQHGftPE=";
};
patches = [ ./0001-fix-allow-building-without-git.patch ];