-
Notifications
You must be signed in to change notification settings - Fork 16
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
[DO NOT MERGE] Ibm dev rebased #255
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: simon-mo <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
…project#9919) Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: youkaichao <[email protected]>
Signed-off-by: youkaichao <[email protected]>
…ject#10385) Signed-off-by: Randall Smith <[email protected]>
…ct#10287) Signed-off-by: rbbang <[email protected]>
…led (vllm-project#10388) Signed-off-by: imkero <[email protected]>
Signed-off-by: Woosuk Kwon <[email protected]>
…ect#10383) Signed-off-by: youkaichao <[email protected]>
…odels (vllm-project#10374) Signed-off-by: Roger Wang <[email protected]>
Signed-off-by: Chendi Xue <[email protected]>
…ject#10394) Signed-off-by: Isotr0py <[email protected]>
Signed-off-by: youkaichao <[email protected]>
Signed-off-by: Kunshang Ji <[email protected]>
…ject#10403) Signed-off-by: imkero <[email protected]>
vllm-project#10392) Signed-off-by: wchen61 <[email protected]>
…m-project#10327) Signed-off-by: Isotr0py <[email protected]>
…vllm-project#10375) Signed-off-by: Hollow Man <[email protected]>
…#10401) Signed-off-by: youkaichao <[email protected]>
Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: B-201 <[email protected]>
…0414) Signed-off-by: Isotr0py <[email protected]>
Signed-off-by: B-201 <[email protected]>
…#10406) Signed-off-by: youkaichao <[email protected]>
Signed-off-by: ismael-dm <[email protected]>
Signed-off-by: Andrew Nesbitt <[email protected]>
Signed-off-by: mgoin <[email protected]>
Signed-off-by: yan ma <[email protected]>
…t#9014) Signed-off-by: Angus Wang <[email protected]>
Signed-off-by: Lucas Wilkinson <[email protected]>
Signed-off-by: Jefferson Fialho <[email protected]>
Signed-off-by: Jefferson Fialho <[email protected]>
Signed-off-by: Jefferson Fialho <[email protected]>
Signed-off-by: Jefferson Fialho <[email protected]>
Signed-off-by: Jefferson Fialho <[email protected]>
Signed-off-by: Jefferson Fialho <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: prashantgupta24 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
FROM vllm-openai as vllm-grpc-adapter | ||
|
||
USER root | ||
|
||
RUN --mount=type=cache,target=/root/.cache/pip \ | ||
--mount=type=cache,target=/root/.cache/uv \ | ||
--mount=type=bind,from=build,src=/workspace/dist,target=/workspace/dist \ | ||
HOME=/root uv pip install $(echo dist/*.whl)'[tensorizer]' vllm-tgis-adapter==0.5.3 | ||
uv pip install $(echo /workspace/dist/*.whl)'[tensorizer]' --verbose && \ |
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.
There's an issue in this Dockerfile at line 188 (not part of this PR) which prevents the dockerfile from building. You can either rebase on main or cherry pick 039e209 to fix the issue.
@prashantgupta24: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
How Has This Been Tested?
Merge criteria: