Skip to content

Commit

Permalink
bump adapter to 0.5.2
Browse files Browse the repository at this point in the history
Has changes for loading catikit style *.pt adapters
  • Loading branch information
prashantgupta24 authored and dtrifiro committed Oct 14, 2024
1 parent 6a5d85f commit 0728fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ FROM vllm-openai as vllm-grpc-adapter
USER root

RUN --mount=type=cache,target=/root/.cache/pip \
pip install vllm-tgis-adapter==0.5.1
pip install vllm-tgis-adapter==0.5.2

ENV GRPC_PORT=8033 \
PORT=8000 \
Expand Down

0 comments on commit 0728fe4

Please sign in to comment.