We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68772e commit 480f860Copy full SHA for 480f860
flashinfer/artifacts.py
@@ -112,7 +112,6 @@ class CheckSumHash:
112
TRTLLM_GEN_GEMM: str = (
113
"e475e37989eed16418e0e858e2868ff07cb4b650cc48759cc23012f1afea310a"
114
)
115
-
116
map_checksums: dict[str, str] = {
117
safe_urljoin(ArtifactPath.TRTLLM_GEN_FMHA, "checksums.txt"): TRTLLM_GEN_FMHA,
118
safe_urljoin(ArtifactPath.TRTLLM_GEN_BMM, "checksums.txt"): TRTLLM_GEN_BMM,
0 commit comments