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 c0b83c7 commit bfad066Copy full SHA for bfad066
flashinfer/artifacts.py
@@ -118,7 +118,6 @@ class CheckSumHash:
118
TRTLLM_GEN_GEMM: str = (
119
"e475e37989eed16418e0e858e2868ff07cb4b650cc48759cc23012f1afea310a"
120
)
121
-
122
map_checksums: dict[str, str] = {
123
safe_urljoin(ArtifactPath.TRTLLM_GEN_FMHA, "checksums.txt"): TRTLLM_GEN_FMHA,
124
safe_urljoin(ArtifactPath.TRTLLM_GEN_BMM, "checksums.txt"): TRTLLM_GEN_BMM,
0 commit comments