File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ RUN export PIP_EXTRA_INDEX_URL=https://mirrors.huaweicloud.com/ascend/repos/pypi
6161 source /usr/local/Ascend/ascend-toolkit/set_env.sh && \
6262 source /usr/local/Ascend/nnal/atb/set_env.sh && \
6363 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/Ascend/ascend-toolkit/latest/`uname -i`-linux/devlib && \
64+ echo "source /usr/local/Ascend/ascend-toolkit/8.3.RC2/bisheng_toolkit/set_env.sh" >> ~/.bashrc \
6465 python3 -m pip install -v -e /vllm-workspace/vllm-ascend/ --extra-index https://download.pytorch.org/whl/cpu/ && \
6566 python3 -m pip cache purge
6667
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ RUN export PIP_EXTRA_INDEX_URL=https://mirrors.huaweicloud.com/ascend/repos/pypi
6060 source /usr/local/Ascend/ascend-toolkit/set_env.sh && \
6161 source /usr/local/Ascend/nnal/atb/set_env.sh && \
6262 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/Ascend/ascend-toolkit/latest/`uname -i`-linux/devlib && \
63+ echo "source /usr/local/Ascend/ascend-toolkit/8.3.RC2/bisheng_toolkit/set_env.sh" >> ~/.bashrc \
6364 python3 -m pip install -v -e /vllm-workspace/vllm-ascend/ --extra-index https://download.pytorch.org/whl/cpu/ && \
6465 python3 -m pip cache purge
6566
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ requires = [
2626 " quart" ,
2727 " numba" ,
2828 " opencv-python-headless<=4.11.0.86" , # Required to avoid numpy version conflict with vllm
29- " compressed_tensors>=0.11.0"
29+ " compressed_tensors>=0.11.0" ,
30+ " triton-ascend @ https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/triton_ascend-3.2.0.dev2025110717-cp311-cp311-manylinux_2_27_aarch64.whl ; sys_platform == 'linux' and platform_machine == 'aarch64'"
3031]
3132build-backend = " setuptools.build_meta"
3233
Original file line number Diff line number Diff line change 3131torch-npu == 2.8.0
3232
3333transformers <= 4.57.1
34+
35+ # Install triton-ascend
36+ triton-ascend @ https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/triton_ascend-3.2.0.dev2025110717-cp311-cp311-manylinux_2_27_aarch64.whl ; sys_platform == 'linux' and platform_machine == 'aarch64'
You can’t perform that action at this time.
0 commit comments