Skip to content

Commit 9ecb16b

Browse files
committed
update doc
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent 2cbd597 commit 9ecb16b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/ep_kernels/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Large-scale cluster-level expert parallel, as described in the [DeepSeek-V3 Tech
44

55
Here we break down the requirements in 2 steps:
66

7-
1. Build and install the Python libraries (both [pplx-kernels](https://github.com/ppl-ai/pplx-kernels) and [DeepEP](https://github.com/deepseek-ai/DeepEP)), including necessary dependencies like NVSHMEM. This step does not require any privileged access. Any user can do this.
7+
1. Build and install the Python libraries ([pplx-kernels](https://github.com/ppl-ai/pplx-kernels), [pplx-garden](https://github.com/perplexityai/pplx-garden) and [DeepEP](https://github.com/deepseek-ai/DeepEP)), including necessary dependencies like NVSHMEM. This step does not require any privileged access. Any user can do this.
88
2. Configure NVIDIA driver to enable IBGDA. This step requires root access, and must be done on the host machine.
99

1010
2 is necessary for multi-node deployment.

vllm/distributed/device_communicators/all2all.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ class PplxGardenAll2AllManager(All2AllManagerBase):
253253
"""
254254

255255
def __init__(self, cpu_group, device):
256-
# TODO: update README.md
257256
assert has_pplx_garden(), (
258-
"pplx_kernels not found. Please follow https://github.com/vllm-project/vllm/blob/main/tools/ep_kernels/README.md"
259-
" to install pplx_kernels."
257+
"pplx_garden not found. Please follow "
258+
"https://github.com/vllm-project/vllm/blob/main/tools/ep_kernels/README.md"
259+
" to install pplx_garden."
260260
)
261261
super().__init__(cpu_group)
262262
self.device = device

0 commit comments

Comments
 (0)