-
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 <simon.mo@hey.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com>
…project#9919) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: youkaichao <youkaichao@gmail.com>
Signed-off-by: youkaichao <youkaichao@gmail.com>
…ject#10385) Signed-off-by: Randall Smith <Randall.Smith@amd.com>
…ct#10287) Signed-off-by: rbbang <anjaehyun87@gmail.com>
…led (vllm-project#10388) Signed-off-by: imkero <kerorek@outlook.com>
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
…ect#10383) Signed-off-by: youkaichao <youkaichao@gmail.com>
…odels (vllm-project#10374) Signed-off-by: Roger Wang <ywang@roblox.com>
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
…ject#10394) Signed-off-by: Isotr0py <2037008807@qq.com>
Signed-off-by: youkaichao <youkaichao@gmail.com>
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
…ject#10403) Signed-off-by: imkero <kerorek@outlook.com>
vllm-project#10392) Signed-off-by: wchen61 <wchen61@foxmail.com>
…m-project#10327) Signed-off-by: Isotr0py <2037008807@qq.com>
…vllm-project#10375) Signed-off-by: Hollow Man <hollowman@opensuse.org>
…#10401) Signed-off-by: youkaichao <youkaichao@gmail.com>
Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
Signed-off-by: B-201 <Joy25810@foxmail.com>
…0414) Signed-off-by: Isotr0py <2037008807@qq.com>
Signed-off-by: B-201 <Joy25810@foxmail.com>
…#10406) Signed-off-by: youkaichao <youkaichao@gmail.com>
Signed-off-by: ismael-dm <ismaeldm99@gmail.com>
Signed-off-by: Andrew Nesbitt <andrewnez@gmail.com>
Signed-off-by: mgoin <michael@neuralmagic.com>
Signed-off-by: yan ma <yan.ma@intel.com>
…t#9014) Signed-off-by: Angus Wang <wangjadehao@gmail.com>
Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com>
Signed-off-by: Jefferson Fialho <jfialho@ibm.com>
Signed-off-by: Jefferson Fialho <jfialho@ibm.com>
Signed-off-by: Jefferson Fialho <jfialho@ibm.com>
Signed-off-by: Jefferson Fialho <jfialho@ibm.com>
Signed-off-by: Jefferson Fialho <jfialho@ibm.com>
Signed-off-by: Jefferson Fialho <jfialho@ibm.com>
[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. |
PR needs rebase. 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. |
Description
How Has This Been Tested?
Merge criteria: