diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index 7c6c4472d..4c946cdd6 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -463,6 +463,8 @@ jobs: accuracy-test-2-gpu-amd: needs: [check-changes, accuracy-test-1-gpu-amd] if: | + # Temporarily disabled - uncomment when ready to re-enable (tracked here: https://github.com/sgl-project/sglang/issues/13107) + false && always() && ( (inputs.target_stage == 'accuracy-test-2-gpu-amd') || @@ -513,7 +515,7 @@ jobs: performance-test-1-gpu-part-2-amd, performance-test-2-gpu-amd, accuracy-test-1-gpu-amd, - accuracy-test-2-gpu-amd, + # accuracy-test-2-gpu-amd, # Temporarily disabled ] if: always() runs-on: ubuntu-latest