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)