We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95159ad commit ac23354Copy full SHA for ac23354
docker/llm/serving/xpu/docker/Dockerfile
@@ -85,7 +85,7 @@ RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRO
85
rm -rf /tmp/neo && \
86
mkdir -p /llm && \
87
cd /llm && \
88
- 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 && \
89
cd /llm/vllm && \
90
pip install setuptools-scm && \
91
pip install --upgrade cmake && \
0 commit comments