python312Packages.xformers: 0.0.23.post1 -> 0.0.28.post3
Diff: https://github.com/facebookresearch/xformers/compare/refs/tags/v0.0.23.post1...v0.0.28.post3 Changelog: https://github.com/facebookresearch/xformers/blob/0.0.28.post3/CHANGELOG.md
This commit is contained in:
@@ -29,20 +29,20 @@
|
||||
}:
|
||||
let
|
||||
inherit (torch) cudaCapabilities cudaPackages cudaSupport;
|
||||
version = "0.0.23.post1";
|
||||
version = "0.0.28.post3";
|
||||
in
|
||||
buildPythonPackage {
|
||||
pname = "xformers";
|
||||
inherit version;
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "facebookresearch";
|
||||
repo = "xformers";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-AJXow8MmX4GxtEE2jJJ/ZIBr+3i+uS4cA6vofb390rY=";
|
||||
hash = "sha256-23tnhCHK+Z0No8fqZxkgDFp2VIgXZR4jpM+pkb/vvmw=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user