Skip to content

Commit

Permalink
deps: bump vllm-tgis-adapter to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jan 9, 2025
1 parent 1b28762 commit 06d7da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.rocm.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ USER root
RUN --mount=type=cache,target=/root/.cache/pip \
--mount=type=cache,target=/root/.cache/uv \
--mount=type=bind,from=build_vllm,src=/workspace/dist,target=/install/vllm/ \
HOME=/root uv pip install /install/vllm/*.whl vllm-tgis-adapter==0.5.3
HOME=/root uv pip install /install/vllm/*.whl vllm-tgis-adapter==0.6.0

ENV GRPC_PORT=8033 \
PORT=8000 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ 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 /workspace/dist/*.whl)[tensorizer]" vllm-tgis-adapter==0.5.3
HOME=/root uv pip install "$(echo /workspace/dist/*.whl)[tensorizer]" vllm-tgis-adapter==0.6.0

ENV GRPC_PORT=8033 \
PORT=8000 \
Expand Down

0 comments on commit 06d7da8

Please sign in to comment.