Skip to content

Commit ac23354

Browse files
committed
test new
1 parent 95159ad commit ac23354

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
@@ -85,7 +85,7 @@ RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRO
8585
rm -rf /tmp/neo && \
8686
mkdir -p /llm && \
8787
cd /llm && \
88-
git clone -b add_prefix_caching https://github.com/hzjane/vllm.git /llm/vllm && \
88+
git clone -b add_logits_attn_softcap https://github.com/hzjane/vllm.git /llm/vllm && \
8989
cd /llm/vllm && \
9090
pip install setuptools-scm && \
9191
pip install --upgrade cmake && \

0 commit comments

Comments
 (0)