[AMD] Fix multimodal timeout issue : rocm7.2 PR Test (#23247)
This commit is contained in:
@@ -667,7 +667,7 @@ jobs:
|
|||||||
max-parallel: 1 # Run one at a time to avoid eviction from resource exhaustion during AITER kernel JIT
|
max-parallel: 1 # Run one at a time to avoid eviction from resource exhaustion during AITER kernel JIT
|
||||||
matrix:
|
matrix:
|
||||||
runner: [linux-mi325-2gpu-sglang]
|
runner: [linux-mi325-2gpu-sglang]
|
||||||
part: [0, 1] # 2 partitions: 9 tests ÷ 2 = ~4-5 tests each
|
part: [0, 1, 2] # 3 partitions: 2 parametrized + 1 standalone (test_disagg_server.py)
|
||||||
runs-on: ${{matrix.runner}}
|
runs-on: ${{matrix.runner}}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -773,7 +773,7 @@ jobs:
|
|||||||
ci_sglang python3 sglang/multimodal_gen/test/run_suite.py \
|
ci_sglang python3 sglang/multimodal_gen/test/run_suite.py \
|
||||||
--suite 2-gpu \
|
--suite 2-gpu \
|
||||||
--partition-id ${{ matrix.part }} \
|
--partition-id ${{ matrix.part }} \
|
||||||
--total-partitions 2
|
--total-partitions 3
|
||||||
|
|
||||||
# Post-test diagnostics
|
# Post-test diagnostics
|
||||||
echo "=== Post-test System Memory Status ==="
|
echo "=== Post-test System Memory Status ==="
|
||||||
|
|||||||
Reference in New Issue
Block a user