python313Packages.x-transformers: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user