From 013fa5563022f921e0e2f634a946cbcecbc082b2 Mon Sep 17 00:00:00 2001 From: YC Yen-Ching Tseng Date: Thu, 26 Mar 2026 18:16:33 +0800 Subject: [PATCH] [AMD] CI - fix amd 4-GPU PR test (#21444) --- .github/workflows/pr-test-amd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index 3c778f4b9..73b55383a 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -806,7 +806,7 @@ jobs: ref: ${{ inputs.pr_head_sha || inputs.ref || github.sha }} - name: Ensure VRAM is clear - run: bash scripts/ensure_vram_clear.sh rocm + run: bash scripts/ci/amd/ensure_vram_clear.sh rocm - name: Start CI container run: bash scripts/ci/amd/amd_ci_start_container.sh