[AMD] Fix and add accuracy-test-2-gpu-amd back (#15415)
Co-authored-by: bingxche <Bingxu.Chen@amd.com>
This commit is contained in:
@@ -704,7 +704,6 @@ jobs:
|
|||||||
needs: [check-changes, accuracy-test-1-gpu-amd]
|
needs: [check-changes, accuracy-test-1-gpu-amd]
|
||||||
# Temporarily disabled - uncomment when ready to re-enable (tracked here: https://github.com/sgl-project/sglang/issues/13107)
|
# Temporarily disabled - uncomment when ready to re-enable (tracked here: https://github.com/sgl-project/sglang/issues/13107)
|
||||||
if: |
|
if: |
|
||||||
false &&
|
|
||||||
always() &&
|
always() &&
|
||||||
(
|
(
|
||||||
(inputs.target_stage == 'accuracy-test-2-gpu-amd') ||
|
(inputs.target_stage == 'accuracy-test-2-gpu-amd') ||
|
||||||
@@ -737,7 +736,7 @@ jobs:
|
|||||||
- name: Evaluate accuracy (TP=2)
|
- name: Evaluate accuracy (TP=2)
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
run: |
|
run: |
|
||||||
bash scripts/ci/amd_ci_exec.sh -e SGLANG_USE_AITER=0 -e HF_HUB_ENABLE_HF_TRANSFER=0 python3 test_moe_eval_accuracy_large.py
|
bash scripts/ci/amd_ci_exec.sh -e SGLANG_USE_AITER_AR=0 -e SGLANG_USE_AITER=0 -e HF_HUB_ENABLE_HF_TRANSFER=0 python3 test_moe_eval_accuracy_large.py
|
||||||
|
|
||||||
pr-test-amd-finish:
|
pr-test-amd-finish:
|
||||||
needs:
|
needs:
|
||||||
@@ -757,7 +756,7 @@ jobs:
|
|||||||
performance-test-1-gpu-part-2-amd,
|
performance-test-1-gpu-part-2-amd,
|
||||||
performance-test-2-gpu-amd,
|
performance-test-2-gpu-amd,
|
||||||
accuracy-test-1-gpu-amd,
|
accuracy-test-1-gpu-amd,
|
||||||
# accuracy-test-2-gpu-amd, # Temporarily disabled
|
accuracy-test-2-gpu-amd, # Temporarily disabled
|
||||||
]
|
]
|
||||||
if: always()
|
if: always()
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user