Unverified Commit 98cc3659 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.x-transformers: add changelog to meta

parent 29d99a73
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ];
  };