You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codes of vLLM and vLLM Ascend are placed in /vllm-workspace, you can refer to [vLLM-Ascend Installation](https://vllm-ascend.readthedocs.io/en/latest/installation.html) for more information. After installation, please apply patches to ensure uc_connector can be used:
Refer to these issues [vllm-issue](https://github.com/vllm-project/vllm/issues/21702) and [vllm-ascend-issue](https://github.com/vllm-project/vllm-ascend/issues/2057) to see details of patches' changes.
73
+
74
+
65
75
## Setup from docker
66
76
Download the pre-built docker image provided or build unified-cache-management docker image by commands below:
Copy file name to clipboardExpand all lines: docs/source/user-guide/pd-disaggregation/1p1d.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,17 @@ This example demonstrates how to run unified-cache-management with disaggregated
5
5
6
6
## Prerequisites
7
7
- UCM: Installed with reference to the Installation documentation.
8
-
- Hardware: At least 2 GPUs
8
+
- Hardware: At least 2 GPUs or 2 NPUs
9
9
10
10
## Start disaggregated service
11
-
For illustration purposes, let us assume that the model used is Qwen2.5-7B-Instruct.
11
+
For illustration purposes, let us take GPU as an example and assume the model used is Qwen2.5-7B-Instruct.Using ASCEND_RT_VISIBLE_DEVICES instead of CUDA_VISIBLE_DEVICES to specify visible devices when starting service on Ascend platform.
Copy file name to clipboardExpand all lines: docs/source/user-guide/pd-disaggregation/xpyd.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,17 @@ This example demonstrates how to run unified-cache-management with disaggregated
5
5
6
6
## Prerequisites
7
7
- UCM: Installed with reference to the Installation documentation.
8
-
- Hardware: At least 4 GPUs (At least 2 GPUs for prefiller + 2 for decoder in 2d2p setup)
8
+
- Hardware: At least 4 GPUs (At least 2 GPUs for prefiller + 2 for decoder in 2d2p setup or 2 NPUs for prefiller + 2 for decoder in 2d2p setup)
9
9
10
10
## Start disaggregated service
11
-
For illustration purposes, let us assume that the model used is Qwen2.5-7B-Instruct.
11
+
For illustration purposes, let us take GPU as an example and assume the model used is Qwen2.5-7B-Instruct.Using ASCEND_RT_VISIBLE_DEVICES instead of CUDA_VISIBLE_DEVICES to specify visible devices when starting service on Ascend platform.
Make sure prefill nodes and decode nodes can connect to each other. the number of prefill/decode hosts should be equal to the number of prefill/decode ports.
0 commit comments