Skip to content

Conversation

kzawora-intel
Copy link
Contributor

@kzawora-intel kzawora-intel commented Dec 9, 2024

vllm_hpu_extension had vllm.utils.get_vllm_instance_id dependency, which was removed in #10976, causing HPU backend to crash on vllm_hpu_extension import. Extension was updated to remove that dependency (HabanaAI/vllm-hpu-extension#52), and this PR contains that fix.
Small changes were needed to hpu_attn.py, as vllm_hpu_extension had a minor paged attention API change, and the existing code was not compatible with the newer revision. With these changes, stays functionally the same as before.

Copy link

github-actions bot commented Dec 9, 2024

👋 Hi! Thank you for contributing to the vLLM project.
Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can do one of these:

  • Add ready label to the PR
  • Enable auto-merge.

🚀

@mergify mergify bot added the ci/build label Dec 9, 2024
Signed-off-by: Konrad Zawora <[email protected]>
@kzawora-intel kzawora-intel force-pushed the private/kzawora/upstream_vllm_hpu_ext branch from 5231d11 to 7574c3e Compare December 9, 2024 19:06
@kzawora-intel kzawora-intel changed the title [Hardware][Intel-Gaudi] Bump vllm_hpu_extension version [Hardware][Gaudi] Bump vllm_hpu_extension version Dec 9, 2024
@kzawora-intel kzawora-intel changed the title [Hardware][Gaudi] Bump vllm_hpu_extension version [Bugfix][Hardware][Gaudi] Bump vllm_hpu_extension version Dec 9, 2024
Copy link
Collaborator

@WoosukKwon WoosukKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!

@WoosukKwon WoosukKwon merged commit cbcbdb1 into vllm-project:main Dec 9, 2024
22 of 24 checks passed
sleepwalker2017 pushed a commit to sleepwalker2017/vllm that referenced this pull request Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants