From dba34cc96457895f8441619f255b17f28fd749d3 Mon Sep 17 00:00:00 2001 From: Even Zhou Date: Wed, 9 Sep 2026 19:53:49 +0800 Subject: [PATCH] [NPU] Bump memfabric and sgl-kernel-npu versions in docs and pyproject_npu.toml (#38437) --- .../ascend-npus/getting-started/installation.mdx | 12 ++++++------ python/pyproject_npu.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/docs/hardware-platforms/ascend-npus/getting-started/installation.mdx b/docs/docs/hardware-platforms/ascend-npus/getting-started/installation.mdx index 399ec006b..54b7e3f4b 100644 --- a/docs/docs/hardware-platforms/ascend-npus/getting-started/installation.mdx +++ b/docs/docs/hardware-platforms/ascend-npus/getting-started/installation.mdx @@ -42,8 +42,8 @@ Each CANN version requires its own matched set of component versions — do not MemFabric - 1.0.8 - `pip install memfabric-hybrid==1.0.8` + 1.1.4 + `pip install memfabric-hybrid==1.1.4` Triton @@ -52,13 +52,13 @@ Each CANN version requires its own matched set of component versions — do not SGLang NPU Kernel - 2026.05.01.post3 - link + 2026.9.0 + link MemFabric-zbal - 1.1.1 - `pip install memfabric-zbal==1.1.1` + 1.1.2 + `pip install memfabric-zbal==1.1.2` diff --git a/python/pyproject_npu.toml b/python/pyproject_npu.toml index 116a5e3e9..ff61e0af7 100644 --- a/python/pyproject_npu.toml +++ b/python/pyproject_npu.toml @@ -33,6 +33,8 @@ dependencies = [ "interegular", "IPython", "llguidance>=1.7.6,<2.0.0", + "memfabric-hybrid==1.1.4", + "memfabric-zbal==1.1.2", "mistral_common>=1.11.5", "modelscope", "msgspec", @@ -66,8 +68,6 @@ dependencies = [ "uvloop", "xxhash", "xgrammar==0.2.1", - "memfabric-hybrid==1.1.4", - "memfabric-zbal==1.2.0", ] [project.optional-dependencies]