[AMD] Fix accuracy issue when running TP4 dsv3 model with mtp (#18607)

Co-authored-by: YC Tseng <yctseng@amd.com>
Co-authored-by: kkHuang-amd <wunhuang@amd.com>
This commit is contained in:
Thomas Wang
2026-02-12 17:13:16 +08:00
committed by GitHub
parent d6f0ef677b
commit e20e6c28b9
2 changed files with 9 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ ENV BUILD_TRITON="0"
ENV BUILD_LLVM="0"
ENV BUILD_AITER_ALL="1"
ENV BUILD_MOONCAKE="1"
ENV AITER_COMMIT="v0.1.10.post2"
ENV AITER_COMMIT="v0.1.10.post3"
# ===============================
# Base image 950 and args
@@ -31,7 +31,7 @@ ENV BUILD_TRITON="0"
ENV BUILD_LLVM="0"
ENV BUILD_AITER_ALL="1"
ENV BUILD_MOONCAKE="1"
ENV AITER_COMMIT="v0.1.10.post2"
ENV AITER_COMMIT="v0.1.10.post3"
# ===============================
# Chosen arch and args
FROM ${GPU_ARCH}