python313Packages.x-transformers: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-10-18 12:09:58 +02:00
committed by GitHub
parent 29d99a73a8
commit 98cc3659a2
@@ -46,9 +46,10 @@ buildPythonPackage rec {
meta = {
description = "Concise but fully-featured transformer";
longDescription = ''
A simple but complete full-attention transformer with a set of promising experimental features from various papers
A simple but complete full-attention transformer with a set of promising experimental features from various papers.
'';
homepage = "https://github.com/lucidrains/x-transformers";
changelog = "https://github.com/lucidrains/x-transformers/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ByteSudoer ];
};