forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 134
Fixes from PR#1635 applied to v1.22.0_next branch #1647
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
Closed
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
3131947
Added support for FusedSDPA with window_size
jiminha 4247aa1
Add envi variable to check validity of window kernel
jiminha 5e2ee1f
Changes after code review
jiminha bed05d6
Update hpu extension version to dev commit
jiminha 4f2edff
Update hpu extension requirement commit id
jiminha 1c45fe7
merge #PR1589 onto v1.22.0
ytang-habana 8769df2
Update hpu_model_runner.py with PR1597
MohitIntel 7c049a0
Update requirements/hpu.txt based on PR1614
MohitIntel bffcc67
added missing definitions
MohitIntel 6e059b6
Gemma3 related changes for 1.22
skaulintel 30ef70b
Update utils.py
skaulintel c56d886
more fixes after merging 1597
MohitIntel 25e9196
fix bypass_model_exec
MohitIntel 917a861
fix precommit error
libinta 22d0809
change requirements/hpu.txt mode
libinta f95cc0f
Modifications from PR#1635 (rebased on PR#1616)
MohitIntel ad61fa0
fixes for pre-commit checks
MohitIntel d6d49d1
minor pre-commit fix
MohitIntel 518dab2
rebased on latest v1.22.0_next
MohitIntel 47d7f06
Updated requirements/hpu.txt SHA ID for latest v1.22.0 vllm-hpu-exten…
MohitIntel 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
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.
This PR is almost identical to #1660. Please apply comments from there