From 04c16fc1e5c801bcba62100cf359325776e7e997 Mon Sep 17 00:00:00 2001 From: YC Yen-Ching Tseng Date: Thu, 4 Jun 2026 14:34:07 +0800 Subject: [PATCH] [AMD][CI] Remove transformers pin from GLM-5.x nightly jobs (#27232) Co-authored-by: bingxche Co-authored-by: Cursor --- .github/workflows/nightly-test-amd-rocm720.yml | 4 ---- .github/workflows/nightly-test-amd.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/nightly-test-amd-rocm720.yml b/.github/workflows/nightly-test-amd-rocm720.yml index 56df8ac26..b29aa0b6a 100644 --- a/.github/workflows/nightly-test-amd-rocm720.yml +++ b/.github/workflows/nightly-test-amd-rocm720.yml @@ -255,7 +255,6 @@ jobs: run: | bash scripts/ci/amd/amd_ci_install_dependency.sh --skip-test-time-deps bash scripts/ci/amd/amd_ci_exec.sh pip install tabulate - bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git@96f807a33b75 - name: Accuracy Test MI35x ROCm 7.2 (2-GPU GLM-5.1-MXFP4 GSM8K) timeout-minutes: 120 @@ -1561,7 +1560,6 @@ jobs: - name: Install dependencies run: | bash scripts/ci/amd/amd_ci_install_dependency.sh --skip-test-time-deps - bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git@96f807a33b75 - name: Accuracy Test ROCm 7.2 (8-GPU GLM-5.1 DSA) timeout-minutes: 120 @@ -1608,7 +1606,6 @@ jobs: run: | bash scripts/ci/amd/amd_ci_install_dependency.sh --skip-test-time-deps bash scripts/ci/amd/amd_ci_exec.sh pip install tabulate - bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git@96f807a33b75 - name: Accuracy Test MI35x ROCm 7.2 (8-GPU GLM-5.1 DSA) timeout-minutes: 180 @@ -1658,7 +1655,6 @@ jobs: run: | bash scripts/ci/amd/amd_ci_install_dependency.sh --skip-test-time-deps bash scripts/ci/amd/amd_ci_exec.sh pip install tabulate - bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git@96f807a33b75 - name: Accuracy Test MI35x ROCm 7.2 (8-GPU GLM-5-MXFP4) timeout-minutes: 180 diff --git a/.github/workflows/nightly-test-amd.yml b/.github/workflows/nightly-test-amd.yml index 4b574901e..f34c27257 100644 --- a/.github/workflows/nightly-test-amd.yml +++ b/.github/workflows/nightly-test-amd.yml @@ -257,7 +257,6 @@ jobs: run: | bash scripts/ci/amd/amd_ci_install_dependency.sh bash scripts/ci/amd/amd_ci_exec.sh pip install tabulate - bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git@96f807a33b75 - name: Accuracy Test MI35x (2-GPU GLM-5.1-MXFP4 GSM8K) timeout-minutes: 120 @@ -1492,7 +1491,6 @@ jobs: - name: Install dependencies run: | bash scripts/ci/amd/amd_ci_install_dependency.sh - bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git@96f807a33b75 - name: Accuracy Test (8-GPU GLM-5.1 DSA) timeout-minutes: 120 @@ -1539,7 +1537,6 @@ jobs: run: | bash scripts/ci/amd/amd_ci_install_dependency.sh bash scripts/ci/amd/amd_ci_exec.sh pip install tabulate - bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git@96f807a33b75 - name: Accuracy Test MI35x (8-GPU GLM-5.1 DSA) timeout-minutes: 180 @@ -1589,7 +1586,6 @@ jobs: run: | bash scripts/ci/amd/amd_ci_install_dependency.sh bash scripts/ci/amd/amd_ci_exec.sh pip install tabulate - bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git@96f807a33b75 - name: Accuracy Test MI35x (8-GPU GLM-5-MXFP4) timeout-minutes: 180