Skip to content
Closed
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 cmake/external_projects/vllm_flash_attn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else()
FetchContent_Declare(
vllm-flash-attn
GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git
GIT_TAG 4695e6bed5366c41e28c06cd86170166e4f43d00
GIT_TAG 45b5dac5497e848d788af686bb68cbe5cf2e56bc
Copy link
Contributor

Choose a reason for hiding this comment

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

high

Using a raw commit hash for a dependency makes it difficult to understand what version is being used and why it was chosen. This can complicate future maintenance and updates. It is a best practice to use version tags for dependencies. If a tag is not available for this commit, please add a comment explaining what this commit hash corresponds to (e.g., what features or fixes it includes) and why it was chosen. This will improve the maintainability of the build system.

          # Pick up fixes for CUDA 12.4 (GH#95) and 12.5 (GH#96)
          GIT_TAG 45b5dac5497e848d788af686bb68cbe5cf2e56bc

GIT_PROGRESS TRUE
# Don't share the vllm-flash-attn build between build types
BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn
Expand Down