python3Packages.x-transformers: 2.14.2 -> 2.16.0 (#488225)

This commit is contained in:
Nick Cao
2026-02-09 22:10:57 +00:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "x-transformers";
version = "2.14.2";
version = "2.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lucidrains";
repo = "x-transformers";
tag = version;
hash = "sha256-2g79NSdcyVfzWohI10bU5crldrqiOoJgnF4Uog1npIw=";
hash = "sha256-6L6e0E6Yx5K+KOkkxJm6iF5Uxj6Tga4hTbkGy9MUtW4=";
};
build-system = [ hatchling ];