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
Copy file name to clipboardExpand all lines: docs/source/getting-started/installation_npu.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,10 @@ docker run --rm \
42
42
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:
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
+
62
75
## Setup from docker
63
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
+10-9Lines changed: 10 additions & 9 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.
0 commit comments