Unverified Commit b3dfcf9e authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #311291 from r-ryantm/auto-update/python311Packages.rotary-embedding-torch

python311Packages.rotary-embedding-torch: 0.5.3 -> 0.6.1
parents 71cfb89c 0755c031
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "rotary-embedding-torch";
  version = "0.5.3";
  version = "0.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "lucidrains";
    repo = "rotary-embedding-torch";
    rev = "refs/tags/${version}";
    hash = "sha256-CCz/va5oydgU1JRDHKooRezbDbeGZHtD8Zy6fWJ2uRg=";
    hash = "sha256-/gVBQ9lUzVN/eEtm6qPajw0TZs87JOC7d02qnQ8sdVk=";
  };

  nativeBuildInputs = [