Merge pull request #280721 from fabaff/rotary-embedding-torch-fix
python311Packages.rotary-embedding-torch: add beartype
This commit is contained in:
commit
e6dad6ee45
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
, wheel
|
, wheel
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
|
, beartype
|
||||||
, einops
|
, einops
|
||||||
, torch
|
, torch
|
||||||
}:
|
}:
|
||||||
|
@ -29,6 +30,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
beartype
|
||||||
einops
|
einops
|
||||||
torch
|
torch
|
||||||
];
|
];
|
||||||
|
@ -42,6 +44,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Implementation of Rotary Embeddings, from the Roformer paper, in Pytorch";
|
description = "Implementation of Rotary Embeddings, from the Roformer paper, in Pytorch";
|
||||||
homepage = "https://github.com/lucidrains/rotary-embedding-torch";
|
homepage = "https://github.com/lucidrains/rotary-embedding-torch";
|
||||||
|
changelog = "https://github.com/lucidrains/rotary-embedding-torch/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = teams.tts.members;
|
maintainers = teams.tts.members;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue