Skip to content

Commit 0260ab3

Browse files
authored
unittest: fix deepgemm sha256 (#1953)
<!-- .github/pull_request_template.md --> ## πŸ“Œ Description Deepgemm unittest failed because of out-dated sha256, this PR fixes the issue. ## πŸ” Related Issues <!-- Link any related issues here --> ## πŸš€ Pull Request Checklist Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete. ### βœ… Pre-commit Checks - [x] I have installed `pre-commit` by running `pip install pre-commit` (or used your preferred method). - [ ] I have installed the hooks with `pre-commit install`. - [x] I have run the hooks manually with `pre-commit run --all-files` and fixed any reported issues. > If you are unsure about how to set up `pre-commit`, see [the pre-commit documentation](https://pre-commit.com/). ## πŸ§ͺ Tests - [ ] Tests have been added or updated as needed. - [ ] All tests are passing (`unittest`, etc.). ## Reviewer Notes <!-- Optional: anything you'd like reviewers to focus on, concerns, etc. --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated internal artifact version information to support latest optimizations and improvements. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 979b759 commit 0260ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žflashinfer/artifacts.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class ArtifactPath:
9393

9494
@dataclass(frozen=True)
9595
class MetaInfoHash:
96-
DEEPGEMM: str = "b4374f857c3066089c4ec6b5e79e785559fa2c05ce2623710b0b04bf86414a48"
96+
DEEPGEMM: str = "f161e031826adb8c4f0d31ddbd2ed77e4909e4e43cdfc9728918162a62fcccfb"
9797
TRTLLM_GEN_FMHA: str = (
9898
"2b8a485f2af84768bc769e678eb6014a8181ad95a7ea9e699de5efca4b18ec6a"
9999
)

0 commit comments

Comments
Β (0)