Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vllm/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
# Pin transformers version to avoid conflict in vLLM
RUN --mount=type=cache,target=/root/.cache/pip \
pip install librosa soundfile decord && \
pip install git+https://github.com/huggingface/transformers.git && \
pip install transformers==5.8.0 && \
pip install ijson

COPY ./patches/vllm_xpu_kernels.patch /tmp/
Expand Down
Loading