Skip to content

Commit

Permalink
test new
Browse files Browse the repository at this point in the history
  • Loading branch information
hzjane committed Dec 18, 2024
1 parent 95159ad commit ac23354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/llm/serving/xpu/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRO
rm -rf /tmp/neo && \
mkdir -p /llm && \
cd /llm && \
git clone -b add_prefix_caching https://github.com/hzjane/vllm.git /llm/vllm && \
git clone -b add_logits_attn_softcap https://github.com/hzjane/vllm.git /llm/vllm && \
cd /llm/vllm && \
pip install setuptools-scm && \
pip install --upgrade cmake && \
Expand Down

0 comments on commit ac23354

Please sign in to comment.