Skip to content

[Bug] Fix FA install directory in cmake#35768

Closed
yewentao256 wants to merge 1 commit intomainfrom
wentao-fix-FA-install-directory
Closed

[Bug] Fix FA install directory in cmake#35768
yewentao256 wants to merge 1 commit intomainfrom
wentao-fix-FA-install-directory

Conversation

@yewentao256
Copy link
Copy Markdown
Member

@yewentao256 yewentao256 commented Mar 2, 2026

Purpose

Currently FA will be installed to vllm/vllm/vllm-flash-attn... which should be corrected to vllm/vllm-flash-attn

This PR solves the issue

Signed-off-by: yewentao256 <zhyanwentao@126.com>
@yewentao256 yewentao256 added the ready ONLY add when PR is ready to merge/full CI is needed label Mar 2, 2026
@mergify mergify Bot added ci/build bug Something isn't working labels Mar 2, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request addresses a bug in the installation directory for FlashAttention (FA) components within the CMake build process. The changes remove lines that were modifying the CMAKE_INSTALL_PREFIX, which caused FA to be installed into a nested subdirectory (vllm/vllm/vllm-flash-attn...). By removing this prefix manipulation, the installation path is corrected to the intended vllm/vllm-flash-attn. The fix is direct and appears to resolve the described issue.

Copy link
Copy Markdown
Collaborator

@LucasWilkinson LucasWilkinson left a comment

Choose a reason for hiding this comment

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

Can you please elaborate on the specific issue you are seeing?

@yewentao256
Copy link
Copy Markdown
Member Author

Closing in favor of #35773

@yewentao256 yewentao256 closed this Mar 2, 2026
@yewentao256 yewentao256 deleted the wentao-fix-FA-install-directory branch March 2, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ci/build ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants