From 74155d32bd0761867c32d47a6615c1d9c71bcba5 Mon Sep 17 00:00:00 2001
From: amote-i <49533125+amote-i@users.noreply.github.com>
Date: Wed, 17 Jun 2026 09:38:31 +0800
Subject: [PATCH] [NPU] [DOC] Update Ascend NPU docs: HDK 25.5.2, Triton
3.2.1.dev20260530 (#28311)
---
.../hardware-platforms/ascend-npus/ascend_npu.mdx | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/docs_new/docs/hardware-platforms/ascend-npus/ascend_npu.mdx b/docs_new/docs/hardware-platforms/ascend-npus/ascend_npu.mdx
index 016a57e1e..2fcd5afa2 100644
--- a/docs_new/docs/hardware-platforms/ascend-npus/ascend_npu.mdx
+++ b/docs_new/docs/hardware-platforms/ascend-npus/ascend_npu.mdx
@@ -20,8 +20,8 @@ You can install SGLang using any of the methods below. Please go through `System
| HDK |
- 26.0.RC1 |
- link |
+ 25.5.2 |
+ link |
| CANN |
@@ -40,8 +40,8 @@ You can install SGLang using any of the methods below. Please go through `System
| Triton |
- 3.2.1 |
- link |
+ 3.2.1.dev20260530 |
+ `pip install triton-ascend==3.2.1.dev20260530 --extra-index-url=https://mirrors.huaweicloud.com/ascend/repos/pypi/nightly --trusted-host triton-ascend.osinfra.cn` |
| SGLang NPU Kernel |
@@ -141,7 +141,9 @@ If you are using other versions of `torch` and install `torch_npu`, check [insta
We provide our own implementation of Triton for Ascend.
```bash Command
-pip install triton-ascend==3.2.1
+pip install triton-ascend==3.2.1.dev20260530 \
+ --extra-index-url=https://mirrors.huaweicloud.com/ascend/repos/pypi/nightly \
+ --trusted-host triton-ascend.osinfra.cn
```
For installation of Triton on Ascend nightly builds or from sources, follow [installation guide](https://gitcode.com/Ascend/triton-ascend/blob/master/docs/sources/getting-started/installation.md)