From 89f17dab5b339ae09edddfb272f2cf954435c1e4 Mon Sep 17 00:00:00 2001 From: Qinghua Zhou Date: Tue, 5 May 2026 19:28:37 -0700 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- python/mscclpp/ext/ep/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/mscclpp/ext/ep/__init__.py b/python/mscclpp/ext/ep/__init__.py index 1db824e0..1ed94491 100644 --- a/python/mscclpp/ext/ep/__init__.py +++ b/python/mscclpp/ext/ep/__init__.py @@ -3,9 +3,9 @@ """MSCCL++ Expert-Parallel (MoE dispatch/combine) extension. See ``src/ext/ep/README.md`` in the repository for migration status. The -``Buffer`` class mirrors :class:`deep_ep.Buffer` and currently supports -intranode (NVLink-only) dispatch/combine. Internode HT and low-latency -paths raise until the NVSHMEM -> MSCCL++ port is completed. +``Buffer`` class mirrors :class:`deep_ep.Buffer` and supports intranode +(NVLink-only) dispatch/combine as well as internode HT and low-latency +paths. """ from .buffer import Buffer, Config, EventHandle # noqa: F401