[NPU] memfabric-zbal update (#31777)

This commit is contained in:
monkeyLoveding
2026-07-20 22:01:28 +08:00
committed by GitHub
parent 370f454e3d
commit d1c2a1de08
2 changed files with 2 additions and 5 deletions
+1 -3
View File
@@ -75,9 +75,7 @@ ENV LC_ALL=en_US.UTF-8
RUN ${PIP_INSTALL} memfabric-hybrid==1.0.8
### Install zbal
RUN if [ "$TARGETARCH" = "arm64" ]; then \
${PIP_INSTALL} memfabric-zbal==1.1.1; \
fi
RUN ${PIP_INSTALL} memfabric-zbal==1.2.0
### Install SGLang Model Gateway
RUN ${PIP_INSTALL} sglang-router
+1 -2
View File
@@ -54,8 +54,7 @@ PTA_URL="https://gitcode.com/Ascend/pytorch/releases/download/v26.0.0-pytorch2.1
${PIP_INSTALL} ${PTA_URL}
### Install zbal
${UV_PIP_INSTALL} memfabric-zbal==1.1.1
${UV_PIP_INSTALL} memfabric-zbal==1.2.0
### Install Triton-Ascend
${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