[CI]Update triton ascend version in 3.2.0 (#6067)
### What this PR does / why we need it?
update triton ascend version in 3.2.0
- vLLM version: v0.13.0
- vLLM main:
d68209402d
Signed-off-by: Meihan-chen <jcccx.cmh@gmail.com>
This commit is contained in:
@@ -120,7 +120,7 @@ jobs:
|
|||||||
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
|
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}"
|
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
|
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
|
- name: Run vllm-project/vllm-ascend test
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
|
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}"
|
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
|
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)
|
- name: Install tensorflow (for Molmo-7B-D-0924)
|
||||||
if: ${{ inputs.runner == 'linux-aarch64-a2-1' && contains(inputs.model_list, 'Molmo-7B-D-0924') }}
|
if: ${{ inputs.runner == 'linux-aarch64-a2-1' && contains(inputs.model_list, 'Molmo-7B-D-0924') }}
|
||||||
|
|||||||
7
.github/workflows/_e2e_test.yaml
vendored
7
.github/workflows/_e2e_test.yaml
vendored
@@ -81,7 +81,7 @@ jobs:
|
|||||||
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
|
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}"
|
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
|
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
|
- name: Run vllm-project/vllm-ascend test
|
||||||
env:
|
env:
|
||||||
@@ -207,7 +207,8 @@ jobs:
|
|||||||
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
|
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}"
|
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
|
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)
|
- name: Run vllm-project/vllm-ascend test (light)
|
||||||
env:
|
env:
|
||||||
@@ -315,7 +316,7 @@ jobs:
|
|||||||
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
|
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}"
|
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
|
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
|
- name: Run vllm-project/vllm-ascend test for V1 Engine
|
||||||
working-directory: ./vllm-ascend
|
working-directory: ./vllm-ascend
|
||||||
|
|||||||
2
.github/workflows/_unit_test.yaml
vendored
2
.github/workflows/_unit_test.yaml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}"
|
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}"
|
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
|
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
|
- name: Run unit test
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
|
|||||||
Install Triton Ascend:
|
Install Triton Ascend:
|
||||||
|
|
||||||
```bash
|
```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
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
|
|||||||
Install Triton Ascend:
|
Install Triton Ascend:
|
||||||
|
|
||||||
```bash
|
```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
|
### Inference
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ install_triton_ascend() {
|
|||||||
|
|
||||||
export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
|
export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH
|
||||||
which bishengir-compile
|
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"
|
echo "====> Triton ascend installation completed"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user