Loading pkgs/development/python-modules/rotary-embedding-torch/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , wheel # dependencies , beartype , einops , torch }: Loading @@ -29,6 +30,7 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ beartype einops torch ]; Loading @@ -42,6 +44,7 @@ buildPythonPackage rec { meta = with lib; { description = "Implementation of Rotary Embeddings, from the Roformer paper, in Pytorch"; homepage = "https://github.com/lucidrains/rotary-embedding-torch"; changelog = "https://github.com/lucidrains/rotary-embedding-torch/releases/tag/${version}"; license = licenses.mit; maintainers = teams.tts.members; }; Loading Loading
pkgs/development/python-modules/rotary-embedding-torch/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , wheel # dependencies , beartype , einops , torch }: Loading @@ -29,6 +30,7 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ beartype einops torch ]; Loading @@ -42,6 +44,7 @@ buildPythonPackage rec { meta = with lib; { description = "Implementation of Rotary Embeddings, from the Roformer paper, in Pytorch"; homepage = "https://github.com/lucidrains/rotary-embedding-torch"; changelog = "https://github.com/lucidrains/rotary-embedding-torch/releases/tag/${version}"; license = licenses.mit; maintainers = teams.tts.members; }; Loading