python3Packages.x-transformers: 2.9.2 -> 2.10.2 (#454924)

This commit is contained in:
Nick Cao
2025-10-24 20:49:29 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "x-transformers";
version = "2.9.2";
version = "2.10.2";
pyproject = true;
src = fetchFromGitHub {
owner = "lucidrains";
repo = "x-transformers";
tag = version;
hash = "sha256-JxIcEGR28VxsosKsEFLpttT9JMeGwcJxjZiDXRhTv/o=";
hash = "sha256-7tlaq1/2S1uVlhZud/6Nnuf/oopHe88HHq69TUuKITo=";
};
build-system = [ hatchling ];