-
Notifications
You must be signed in to change notification settings - Fork 101
Remove gather scatter v0.14.0 #857
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
Closed
skaulintel
wants to merge
31
commits into
vllm-project:releases/v0.14.0
from
skaulintel:remove_gather_scatter_v0.14.0
+231
−105
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
9d8e272
Pick model runner change related to PR30475.
libinta 49d7633
add qwen3_vl.py functions
libinta bdff63f
Merge branch 'main' into libinta/remove_gather_scatter
libinta c6526de
precomit fix
libinta 7c6329e
precommit fix and fix use_window_sdpa
libinta bff3cf5
Update qwen3_vl.py
iboiko-habana 625d9c2
Update qwen3_vl.py
iboiko-habana 568b4eb
Merge branch 'main' into libinta/remove_gather_scatter
iboiko-habana 495643a
Merge branch 'main' into libinta/remove_gather_scatter
libinta 327a9cc
Merge branch 'main' into libinta/remove_gather_scatter
iboiko-habana bb3ac24
Update qwen3_vl.py
iboiko-habana fe67f98
Merge branch 'main' into libinta/remove_gather_scatter
libinta 8a9efd1
Merge branch 'main' into libinta/remove_gather_scatter
libinta a394b9a
Merge branch 'main' into libinta/remove_gather_scatter
libinta 6502061
Merge branch 'main' into libinta/remove_gather_scatter
iboiko-habana 48a96db
fix test failure
libinta 0171641
Merge branch 'main' into libinta/remove_gather_scatter
iboiko-habana db10548
fix precommit issue
libinta 40d7635
Update interfaces.py for precommit fix
libinta e23e6d2
Update hpu_model_runner.py to match with upstream for MultiModalBudget
libinta 46facad
Merge branch 'main' into libinta/remove_gather_scatter
libinta 4089adf
Update qwen3_vl.py for precommit fix
libinta 79d90a4
Update qwen3_vl.py for precommit fix
libinta e370a49
Merge branch 'main' into libinta/remove_gather_scatter
iboiko-habana 0321b6c
Interleaved sliding window fix (#805)
rsmyrek 0df1f20
Merge branch 'main' into libinta/remove_gather_scatter
iboiko-habana 3108ed8
[GAUDISW-245665] fix diverge from vllm in multiModalBudget (#837)
linoybu 2d1a7a7
KV cache sharing for HPU (#834)
jakub-sochacki 5fdf237
Merge branch 'main' into libinta/remove_gather_scatter
libinta 07f40c9
add back warmup with ratio and video warmup
libinta 7252043
Merge branch 'releases/v0.14.0' into libinta/remove_gather_scatter
skaulintel 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
Some comments aren't visible on the classic Files Changed page.
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
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.
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.
didnt chang this file in original PR