[AMD] Fix CI: update transformers in Qwen 3.5 and GLM-5 nightly tests (#20750)

This commit is contained in:
Michael
2026-03-17 22:07:07 -07:00
committed by GitHub
parent c43d495dd5
commit da24478913
2 changed files with 8 additions and 12 deletions

View File

@@ -608,7 +608,7 @@ jobs:
- name: Install dependencies
run: |
bash scripts/ci/amd/amd_ci_install_dependency.sh --skip-aiter-build --skip-test-time-deps
bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git mistral-common "lm-eval[api]" --upgrade
bash scripts/ci/amd/amd_ci_exec.sh pip install mistral-common "lm-eval[api]"
- name: Accuracy Test ROCm 7.2 (8-GPU Qwen 3.5)
timeout-minutes: 120
@@ -640,8 +640,7 @@ jobs:
- name: Install dependencies
run: |
bash scripts/ci/amd/amd_ci_install_dependency.sh --skip-test-time-deps
# GLM-5 requires latest transformers for glm_moe_dsa architecture
bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git
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 NSA)
timeout-minutes: 120
@@ -1196,7 +1195,7 @@ jobs:
run: |
bash scripts/ci/amd/amd_ci_install_dependency.sh --skip-aiter-build --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 mistral-common "lm-eval[api]" --upgrade
bash scripts/ci/amd/amd_ci_exec.sh pip install mistral-common "lm-eval[api]"
- name: Accuracy Test MI35x ROCm 7.2 (8-GPU Qwen 3.5)
timeout-minutes: 120
@@ -1229,8 +1228,7 @@ jobs:
bash scripts/ci/amd/amd_ci_install_dependency.sh --skip-test-time-deps
# Install tabulate for run_suite.py (missing in MI35x container)
bash scripts/ci/amd/amd_ci_exec.sh pip install tabulate
# GLM-5 requires latest transformers for glm_moe_dsa architecture
bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git
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 NSA)
timeout-minutes: 180

View File

@@ -612,7 +612,7 @@ 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 mistral-common "lm-eval[api]" --upgrade
bash scripts/ci/amd/amd_ci_exec.sh pip install mistral-common "lm-eval[api]"
- name: Accuracy Test (8-GPU Qwen 3.5)
timeout-minutes: 120
@@ -643,8 +643,7 @@ jobs:
- name: Install dependencies
run: |
bash scripts/ci/amd/amd_ci_install_dependency.sh
# GLM-5 requires latest transformers for glm_moe_dsa architecture
bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git
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 NSA)
timeout-minutes: 120
@@ -1202,7 +1201,7 @@ 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 mistral-common "lm-eval[api]" --upgrade
bash scripts/ci/amd/amd_ci_exec.sh pip install mistral-common "lm-eval[api]"
- name: Accuracy Test MI35x (8-GPU Qwen 3.5)
timeout-minutes: 120
@@ -1235,8 +1234,7 @@ jobs:
bash scripts/ci/amd/amd_ci_install_dependency.sh
# Install tabulate for run_suite.py (missing in MI35x container)
bash scripts/ci/amd/amd_ci_exec.sh pip install tabulate
# GLM-5 requires latest transformers for glm_moe_dsa architecture
bash scripts/ci/amd/amd_ci_exec.sh pip install git+https://github.com/huggingface/transformers.git
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 NSA)
timeout-minutes: 180