Skip to content

Commit

Permalink
➕ Install peft for prompt adapter support
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Gupta <[email protected]>
  • Loading branch information
prashantgupta24 committed Aug 8, 2024
1 parent 8ca9ede commit 34beee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ RUN --mount=type=bind,from=libsodium-builder,src=/usr/src/libsodium,target=/usr/
RUN --mount=type=cache,target=/root/.cache/pip \
pip install https://github.com/flashinfer-ai/flashinfer/releases/download/v0.0.9/flashinfer-0.0.9+cu121torch2.3-cp311-cp311-linux_x86_64.whl

# Install peft for prompt adapter support
RUN --mount=type=cache,target=/root/.cache/pip \
pip install peft==0.12.0

ENV HF_HUB_OFFLINE=1 \
PORT=8000 \
HOME=/home/vllm \
Expand Down

0 comments on commit 34beee2

Please sign in to comment.