-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Enable V1 for Hybrid SSM/Attention Models #20016
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 9 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
de4e3a2
working change
tdoublep 617cd26
working changes
tdoublep 9378c54
Merge branch 'main' into tpa-bamba-v1
tdoublep 300d25f
Working version
tdoublep 0822308
Add support + test for Zamba2
tdoublep a9fc73f
Fix memory layout for KV cache tensors in mamba case
tdoublep 0e5b6de
kv_cache_interface.py: use utils.round_up
tdoublep 89f504a
Fix unrelated CI test failing
tdoublep 0b7783b
Enable bamba-9b in CI
tdoublep ded4833
Fix unrelated CI issue
tdoublep 31db869
Add support for Nemotron-H
tdoublep c45e7e5
Enable Granite 4.0 (HybridMoE)
tdoublep 0f20e11
Merge branch 'main' into tpa-bamba-v1
tdoublep e2c14ba
add support for Falcon H1
tdoublep c5a25eb
Fix overflow issue in mamba_ssm kernel
tdoublep cfc38c0
Resolve merge conflicts
tdoublep aaa6f0e
Add check for transformers min version
tdoublep d187bfd
Don't fail test if model is not in HF_EXAMPLE_MODELS
tdoublep fde28dc
Fix test_batching in same way
tdoublep 1777fd1
Update tests/models/language/generation/test_hybrid.py
tdoublep 58e66c9
Update vllm/model_executor/models/granitemoehybrid.py
tdoublep c2da03e
page_size -> num_element_per_page
tdoublep e0404c9
Clean up page size padding logic
tdoublep c74698d
gpu_model_runner.py: add TODO about batch reordering
tdoublep b72b729
Fix linting issue
tdoublep 105737c
Validate memory layout for hybrid models against attention backends
tdoublep d8ff3b9
Adjust comment
tdoublep c857ec3
Merge branch 'main' into tpa-bamba-v1
tdoublep ea8cf32
Move memory layout check into separate function
tdoublep b38d3fb
Move logic to pad mamba page size into separate function
tdoublep e6b0015
Add extra todo
tdoublep 14fd006
test_oracle.py: hybrid models now supported
tdoublep 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
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.