From 5d4e46e16170eee90a736368c679c4f727f6ae6f Mon Sep 17 00:00:00 2001 From: Zihao Ye Date: Mon, 20 Oct 2025 03:09:06 -0400 Subject: [PATCH] fix-deepgemm-sha256 --- flashinfer/artifacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashinfer/artifacts.py b/flashinfer/artifacts.py index 1b5cde7542..811476ddf0 100644 --- a/flashinfer/artifacts.py +++ b/flashinfer/artifacts.py @@ -93,7 +93,7 @@ class ArtifactPath: @dataclass(frozen=True) class MetaInfoHash: - DEEPGEMM: str = "b4374f857c3066089c4ec6b5e79e785559fa2c05ce2623710b0b04bf86414a48" + DEEPGEMM: str = "f161e031826adb8c4f0d31ddbd2ed77e4909e4e43cdfc9728918162a62fcccfb" TRTLLM_GEN_FMHA: str = ( "d26dbf837f40ff2dcd964094ab6e1b3f2424edda5979c313f5262655161fce98" )