Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_e2e_nightly_single_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}"
export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
python3 -m pip install -i https://test.pypi.org/simple/ triton-ascend==3.2.0.dev20260105
python3 -m pip install triton-ascend==3.2.0

- name: Run vllm-project/vllm-ascend test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_e2e_nightly_single_node_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}"
export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
python3 -m pip install -i https://test.pypi.org/simple/ triton-ascend==3.2.0.dev20260105
python3 -m pip install triton-ascend==3.2.0

- name: Install tensorflow (for Molmo-7B-D-0924)
if: ${{ inputs.runner == 'linux-aarch64-a2-1' && contains(inputs.model_list, 'Molmo-7B-D-0924') }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/_e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}"
export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
python3 -m pip install -i https://test.pypi.org/simple/ triton-ascend==3.2.0.dev20260105
python3 -m pip install triton-ascend==3.2.0

- name: Run vllm-project/vllm-ascend test
env:
Expand Down Expand Up @@ -207,7 +207,8 @@ jobs:
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}"
export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
python3 -m pip install -i https://test.pypi.org/simple/ triton-ascend==3.2.0.dev20260105
python3 -m pip install triton-ascend==3.2.0
pip show triton-ascend

- name: Run vllm-project/vllm-ascend test (light)
env:
Expand Down Expand Up @@ -315,7 +316,7 @@ jobs:
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}"
export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
python3 -m pip install -i https://test.pypi.org/simple/ triton-ascend==3.2.0.dev20260105
python3 -m pip install triton-ascend==3.2.0

- name: Run vllm-project/vllm-ascend test for V1 Engine
working-directory: ./vllm-ascend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}"
export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
python3 -m pip install -i https://test.pypi.org/simple/ triton-ascend==3.2.0.dev20260105
python3 -m pip install triton-ascend==3.2.0

- name: Run unit test
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/DeepSeek-V3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
Install Triton Ascend:

```bash
python3 -m pip install -i https://test.pypi.org/simple/ triton-ascend==3.2.0.dev20260105
python3 -m pip install triton-ascend==3.2.0
```

:::
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/Qwen3-Next.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
Install Triton Ascend:

```bash
python3 -m pip install -i https://test.pypi.org/simple/ triton-ascend==3.2.0.dev20260105
python3 -m pip install triton-ascend==3.2.0
```

### Inference
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/nightly/multi_node/scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ install_triton_ascend() {

export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
which bishengir-compile
python3 -m pip install -i https://test.pypi.org/simple/ triton-ascend==3.2.0.dev20260105
python3 -m pip install triton-ascend==3.2.0
echo "====> Triton ascend installation completed"
}

Expand Down