Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sgl-kernel/cmake/flashmla.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(FetchContent)
FetchContent_Declare(
repo-flashmla
GIT_REPOSITORY https://github.com/sgl-project/FlashMLA
GIT_TAG 6fde8086398bc5ed144c1e9ed0de30cd43be2cda
GIT_TAG be055fb7df0090fde45f08e9cb5b8b4c0272da73

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better maintainability, consider adding an inline comment to this line explaining what this commit hash corresponds to. This will help other developers understand the dependency version without having to look up the commit hash. Given the PR title, something like # with tensor parallelism support would be helpful.

    GIT_TAG be055fb7df0090fde45f08e9cb5b8b4c0272da73 # with tensor parallelism support

GIT_SHALLOW OFF
)
FetchContent_Populate(repo-flashmla)
Expand Down
Loading