Skip to content

Commit 3c4c5f6

Browse files
committed
[Docs] Adapt dockerfile and installation
1 parent 549b61f commit 3c4c5f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ RUN export PLATFORM="cuda" && \
1515

1616
# Apply patch for vLLM
1717
RUN cd $(pip show vllm | grep Location | awk '{print $2}') \
18-
&& git apply /vllm-workspace/unified-cache-management/ucm/integration/vllm/patch/0.9.2/vllm-adapt.patch
18+
&& git apply /vllm-workspace/unified-cache-management/ucm/integration/vllm/patch/0.9.2/vllm-adapt-pc.patch \
19+
&& git apply /vllm-workspace/unified-cache-management/ucm/integration/vllm/patch/0.9.2/vllm-adapt-aggre.patch \
20+
&& git apply /vllm-workspace/unified-cache-management/ucm/integration/vllm/patch/0.9.2/vllm-adapt-sparse.patch
1921

2022
ENTRYPOINT ["/bin/bash"]

docs/source/getting-started/installation_gpu.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ After installation, please apply patch to ensure uc_connector can be used:
4848

4949
```bash
5050
cd $(pip show vllm | grep Location | awk '{print $2}')
51-
git apply /vllm-workspace/unified-cache-management/ucm/integration/vllm/patch/0.9.2/vllm-adapt.patch
51+
git apply /vllm-workspace/unified-cache-management/ucm/integration/vllm/patch/0.9.2/vllm-adapt-pc.patch
52+
git apply /vllm-workspace/unified-cache-management/ucm/integration/vllm/patch/0.9.2/vllm-adapt-aggre.patch
5253
git apply /vllm-workspace/unified-cache-management/ucm/integration/vllm/patch/0.9.2/vllm-adapt-sparse.patch
5354
```
5455

0 commit comments

Comments
 (0)