-
Notifications
You must be signed in to change notification settings - Fork 51
Unit test for prefix caching in Gaudi plugin #349
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
michalkuligowski
merged 5 commits into
vllm-project:main
from
iirzynska:dev/iirzynsk/test_prefix_caching
Oct 16, 2025
Merged
Unit test for prefix caching in Gaudi plugin #349
michalkuligowski
merged 5 commits into
vllm-project:main
from
iirzynska:dev/iirzynsk/test_prefix_caching
Oct 16, 2025
Conversation
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
/run-gaudi-tests |
1 similar comment
/run-gaudi-tests |
925eed9
to
5d32bb9
Compare
/run-gaudi-tests |
c63dd82
to
92c1b80
Compare
/run-gaudi-tests |
22b9743
to
c4a4e8b
Compare
/run-gaudi-tests |
michalkuligowski
approved these changes
Oct 14, 2025
Signed-off-by: Izabela Irzynska <[email protected]>
Signed-off-by: Izabela Irzynska <[email protected]>
ff169c3
to
f1f3fa0
Compare
🚧 CI BlockedThe main CI workflow was not started for the following reason:
|
Signed-off-by: Izabela Irzynska <[email protected]>
cac6291
to
2344a4a
Compare
✅ CI PassedAll checks passed successfully against the following vllm commit: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Unit test for Automatic Prefix Caching for plugin (ticket: https://jira.habana-labs.com/browse/SW-236107) .