-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add in Dockerfile.hpu.ubi #602
base: v1.18.0
Are you sure you want to change the base?
Conversation
Dockerfile.hpu.ubi
Outdated
DISABLE_LOGPROBS_DURING_SPEC_DECODING=false | ||
|
||
USER 2000 | ||
ENTRYPOINT ["python3", "-m", "vllm_tgis_adapter", "--uvicorn-log-level=warning"] |
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.
The PR looks good.
My question is how could 1.19.0 and the future releases also has the feature. Should the PR be submitted to main branch?
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.
Yes, the main part that needs updating release-to-release is L7: ENV HABANA_SOFTWARE_VERSION="1.18.0-524"
1262b71
to
c55246a
Compare
vllm gaudi ubi image based on PR HabanaAI/vllm-fork#602 Signed-off-by: vbedida79 <[email protected]>
vllm gaudi ubi image based on PR HabanaAI/vllm-fork#602 Signed-off-by: vbedida79 <[email protected]>
vllm gaudi ubi image based on PR HabanaAI/vllm-fork#602 Signed-off-by: vbedida79 <[email protected]>
vllm gaudi ubi image based on PR HabanaAI/vllm-fork#602 Signed-off-by: vbedida79 <[email protected]>
we have verified the PR in https://github.com/intel/intel-technology-enabling-for-openshift/tree/main/tests/gaudi/l2#vllm |
What other changes are needed? |
The PR itself is good. |
Creates the 1.18.0 version of the UBI dockerfile for use with Red Hat OpenShift AI