Skip to content

Commit 66997b9

Browse files
committed
build image to test prefix caching
1 parent 52c17fe commit 66997b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/llm/serving/xpu/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRO
8686
rm -rf /tmp/neo && \
8787
mkdir -p /llm && \
8888
cd /llm && \
89-
git clone -b 0.6.2 https://github.com/analytics-zoo/vllm.git /llm/vllm && \
89+
git clone -b add_prefix_caching https://github.com/hzjane/vllm.git /llm/vllm && \
9090
cd /llm/vllm && \
9191
pip install setuptools-scm && \
9292
pip install --upgrade cmake && \

0 commit comments

Comments
 (0)