-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
[Bugfix] LoRA for DeepSeek V3.2 #35077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
a3da333
[Bugfix] LoRA for fused_qkv_a_proj in MLA (DeepSeek V3.2)
HollowMan6 fa7c6b7
Support enabling router lora
HollowMan6 403393e
LoRA needs Triton's unfused activation/reduction hooks
HollowMan6 0163de2
Support DeepSeekV2FusedQkvAProjLinearWithLoRA
HollowMan6 083ed62
Fix fixed dummy lora rank for fully sharded lora when tp>8
HollowMan6 6b5f917
make strictly contiguous
HollowMan6 0a78328
Support packed modules mapping
HollowMan6 dd3402e
Refactor and clean up
HollowMan6 4d8136f
Address AI comments
HollowMan6 dd5e7fd
Revert "make strictly contiguous"
HollowMan6 1121c0b
Fix fully_sharded_loras with TP=32 and lora rank=32
HollowMan6 29fb359
Remove over defensive base device communicator
HollowMan6 239f8d2
Merge branch 'main' into fused_qkv_a_proj
mergify[bot] 6283420
Merge branch 'main' into fused_qkv_a_proj
jeejeelee a9a8629
fix triton backend selection test case
HollowMan6 d22887b
Relax workaround more than B100
HollowMan6 c93ccb4
Merge branch 'main' into fused_qkv_a_proj
mergify[bot] 4884814
Merge branch 'main' into fused_qkv_a_proj
HollowMan6 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this breaks the CI #40637
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I don't think so as all the CIs were passed before merge, including the specific one you mentioned: https://buildkite.com/vllm/ci/builds/62466/steps/canvas?sid=019db40c-c48c-4238-b1ca-827533eb7d09&tab=output
Also d22887b was introduced specifically for fixing that CI.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yewentao256 The error will appear actually before d22887b was landed, maybe you forgot to update your local branch? https://buildkite.com/vllm/ci/builds/62124/steps/canvas?jid=019daad3-f858-4b61-b22e-765a9c78a2e4&tab=output#019daad3-f858-4b61-b22e-765a9c78a2e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh make sense, the nightly build happens at 2am