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]