Skip to content

Commit 8249baf

Browse files
authored
update patches (#42)
* update patches Signed-off-by: gc-fu <guancheng.fu@intel.com> * Update Dockerfile --------- Signed-off-by: gc-fu <guancheng.fu@intel.com>
1 parent b3cb4d6 commit 8249baf

File tree

2 files changed

+1052
-197
lines changed

2 files changed

+1052
-197
lines changed

vllm/docker/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ RUN pip install accelerate hf_transfer 'modelscope!=1.15.0'
120120
RUN pip uninstall pytorch-triton-xpu triton -y && \
121121
pip install https://download.pytorch-extension.intel.com/ipex_dev/xpu/triton-3.3.0%2Bgitbd88137b-cp310-cp310-linux_x86_64.whl
122122

123+
# Pin transformers version to avoid conflict in vLLM
124+
RUN pip install "transformers<4.54.0"
125+
126+
123127
# Set additional environment for production usage
124128
ENV VLLM_USAGE_SOURCE=production-docker-image
125129
ENV TRITON_XPU_PROFILE=1

0 commit comments

Comments
 (0)