python312Packages.x-transformers: 2.1.37 -> 2.2.7 (#396675)

This commit is contained in:
Nick Cao
2025-04-07 18:00:24 -04:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "x-transformers";
version = "2.1.37";
version = "2.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "lucidrains";
repo = "x-transformers";
tag = version;
hash = "sha256-Bykx/A7qmS6RraRfDYNufbRsOnESp8DQRltQVwT0tAY=";
hash = "sha256-rrPwOTE+dK7g7p7DHTffhVZbcTSk7YvnYeCqR6zQeXA=";
};
build-system = [ hatchling ];