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 52c17fe commit 66997b9Copy full SHA for 66997b9
docker/llm/serving/xpu/docker/Dockerfile
@@ -86,7 +86,7 @@ RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRO
86
rm -rf /tmp/neo && \
87
mkdir -p /llm && \
88
cd /llm && \
89
- git clone -b 0.6.2 https://github.com/analytics-zoo/vllm.git /llm/vllm && \
+ git clone -b add_prefix_caching https://github.com/hzjane/vllm.git /llm/vllm && \
90
cd /llm/vllm && \
91
pip install setuptools-scm && \
92
pip install --upgrade cmake && \
0 commit comments