python3Packages.flash-mla: 0-unstable-2026-03-31 -> 0-unstable-2026-04-29 (#527487)

This commit is contained in:
kirillrdy
2026-06-03 11:12:06 +00:00
committed by GitHub
@@ -28,17 +28,18 @@ let
in
buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
pname = "flash-mla";
version = "0-unstable-2026-03-31";
version = "0-unstable-2026-04-29";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "deepseek-ai";
repo = "FlashMLA";
rev = "71c737929f2567bd0a094ae140f8f60f390b1232";
rev = "9241ae3ef9bac614dd25e45e507e089f888280e0";
# Using the cutlass git subodules is necessary to get cutlass/util/command_line.h which is not
# shipped in cudaPackages.cutlass
fetchSubmodules = true;
hash = "sha256-d8Hh+1QFwD6cl9fE8/XSYdWiJJjY9bSRk5h4N2sEV2U=";
hash = "sha256-rHHoDGEbBIvLRT0ZYOWQHrqyPBWtCpmF/AIcqFieomE=";
};
patches = [