From a21aa87ec5c2191bd09f7ecef0966131243b00a9 Mon Sep 17 00:00:00 2001 From: yctseng0211 Date: Fri, 19 Dec 2025 16:41:14 +0800 Subject: [PATCH] [AMD] Fix and add accuracy-test-2-gpu-amd back (#15415) Co-authored-by: bingxche --- .github/workflows/pr-test-amd.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index 41c7c8834..98926def1 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -704,7 +704,6 @@ jobs: needs: [check-changes, accuracy-test-1-gpu-amd] # Temporarily disabled - uncomment when ready to re-enable (tracked here: https://github.com/sgl-project/sglang/issues/13107) if: | - false && always() && ( (inputs.target_stage == 'accuracy-test-2-gpu-amd') || @@ -737,7 +736,7 @@ jobs: - name: Evaluate accuracy (TP=2) timeout-minutes: 30 run: | - bash scripts/ci/amd_ci_exec.sh -e SGLANG_USE_AITER=0 -e HF_HUB_ENABLE_HF_TRANSFER=0 python3 test_moe_eval_accuracy_large.py + bash scripts/ci/amd_ci_exec.sh -e SGLANG_USE_AITER_AR=0 -e SGLANG_USE_AITER=0 -e HF_HUB_ENABLE_HF_TRANSFER=0 python3 test_moe_eval_accuracy_large.py pr-test-amd-finish: needs: @@ -757,7 +756,7 @@ jobs: performance-test-1-gpu-part-2-amd, performance-test-2-gpu-amd, accuracy-test-1-gpu-amd, - # accuracy-test-2-gpu-amd, # Temporarily disabled + accuracy-test-2-gpu-amd, # Temporarily disabled ] if: always() runs-on: ubuntu-latest