mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.flash-linear-attention: 0.5.0 -> 0.5.1
(cherry picked from commit de48634a6e)
This commit is contained in:
parent
1de3e5a5ab
commit
bc937b84a7
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "flash-linear-attention";
|
||||
version = "0.5.0";
|
||||
version = "0.5.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
|
@ -30,7 +30,7 @@ buildPythonPackage (finalAttrs: {
|
|||
owner = "fla-org";
|
||||
repo = "flash-linear-attention";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-g66yGHaBwEyjb+of76tKTtV/7as/2xQuqcjbGs4E3rU=";
|
||||
hash = "sha256-vxNbZ+FkxJh2E0TF09Z7ghkm8eas7Q96heeSXwgV4uU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue