-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
[Hardware][Gaudi][Bugfix] Fix set_forward_context arguments and CI test execution #12014
[Hardware][Gaudi][Bugfix] Fix set_forward_context arguments and CI test execution #12014
Conversation
👋 Hi! Thank you for contributing to the vLLM project. 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:
🚀 |
Signed-off-by: Konrad Zawora <[email protected]>
5403538
to
0f60e48
Compare
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.
thanks for the fix!
the test is green now, merging. |
…#12014) Signed-off-by: Konrad Zawora <[email protected]> Signed-off-by: ice-tong <[email protected]>
…#12014) Signed-off-by: Konrad Zawora <[email protected]>
…#12014) Signed-off-by: Konrad Zawora <[email protected]>
…#12014) Signed-off-by: Konrad Zawora <[email protected]> Signed-off-by: hzh <[email protected]>
…#12014) Signed-off-by: Konrad Zawora <[email protected]> Signed-off-by: Bowen Wang <[email protected]>
…#12014) Signed-off-by: Konrad Zawora <[email protected]>
This PR fixes HPU crashes introduced in #11967, occuring due to
set_forward_context
being set too early, with attn_metadata not containing all the required fields. Additionally, it fixes the bug in CI HPU scripts, where test return code was not taken into account, and it always succeeded. I've also updatedDockerfile.hpu
to use latest SynapseAI 1.19.1 build with PT 2.5.1, as 1.18.0 release had a bug which may result in overriding test exit code separately.