python3Packages.flash-attn-4: 4.0.0.beta19 -> 4.0.0.beta20 (#538336)

This commit is contained in:
Connor Baker
2026-07-05 20:11:09 +00:00
committed by GitHub
@@ -21,7 +21,7 @@
}:
buildPythonPackage (finalAttrs: {
pname = "flash-attn-4";
version = "4.0.0.beta19";
version = "4.0.0.beta20";
pyproject = true;
__structuredAttrs = true;
@@ -29,7 +29,7 @@ buildPythonPackage (finalAttrs: {
owner = "Dao-AILab";
repo = "flash-attention";
tag = "fa4-v${finalAttrs.version}";
hash = "sha256-a+VRq4LrD0NJmZCBcQzVdaGACxGxjquLNEIzutrs93M=";
hash = "sha256-Joo6WJHuAlj8icQHFtmd3XxklhGTvOG4Z5r/86KJ9VQ=";
};
# FA4 is a separate distribution shipped under flash_attn/cute/ with its own pyproject.toml.