python312Packages.x-transformers: 2.2.11 -> 2.3.1 (#401704)

This commit is contained in:
Nick Cao
2025-04-25 16:51:40 -04:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "x-transformers";
version = "2.2.11";
version = "2.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "lucidrains";
repo = "x-transformers";
tag = version;
hash = "sha256-8+uSxB91vaPMDYPUByqWfCy2G4l9KEdQhp2SxQXY6Tk=";
hash = "sha256-c2bY0syB7p7FEtY5pHB8XiAjSnuFiKu9B2jMZ1S2Sso=";
};
build-system = [ hatchling ];