Merge pull request #258897 from mweinelt/rotary-embedding-torch

python311Packages.rotary-embedding-torch: 0.3.0 -> 0.3.2
This commit is contained in:
Nick Cao 2023-10-04 10:08:36 -04:00 committed by GitHub
commit ff4d2a30ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "rotary-embedding-torch";
version = "0.3.0";
version = "0.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "lucidrains";
repo = "rotary-embedding-torch";
rev = version;
hash = "sha256-fGyBBPfvVq1iZ2m2NNjmHSK+iy76N/09Pt11YDyOyN4=";
hash = "sha256-EozW8J1i/2ym1hwUMciaWVtp7kSWfG+mC5RkWLJdK3g=";
};
nativeBuildInputs = [