Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/nightly-test-amd-rocm720.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -640,8 +640,6 @@ 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

- name: Accuracy Test ROCm 7.2 (8-GPU GLM-5 NSA)
timeout-minutes: 120
Expand Down Expand Up @@ -1196,7 +1194,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
Expand Down Expand Up @@ -1229,8 +1227,6 @@ 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

- name: Accuracy Test MI35x ROCm 7.2 (8-GPU GLM-5 NSA)
timeout-minutes: 180
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/nightly-test-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -643,8 +643,6 @@ 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

- name: Accuracy Test (8-GPU GLM-5 NSA)
timeout-minutes: 120
Expand Down Expand Up @@ -1202,7 +1200,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
Expand Down Expand Up @@ -1235,8 +1233,6 @@ 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

- name: Accuracy Test MI35x (8-GPU GLM-5 NSA)
timeout-minutes: 180
Expand Down
Loading