ci: add 4-GPU mi35x runner and rebalance off the saturated 8-GPU pool (#28745)
Co-authored-by: michaelzhang-ai <michaelzhang-ai@users.noreply.github.com>
This commit is contained in:
co-authored by
michaelzhang-ai
parent
3a574846ff
commit
13aab2fc06
@@ -1068,7 +1068,8 @@ jobs:
|
||||
|
||||
nightly-8-gpu-mi35x-deepseek-r1-mxfp4-tp4:
|
||||
if: (github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') && (!(inputs.job_filter || inputs.job_select) || (inputs.job_filter || inputs.job_select) == 'all' || contains(format(',{0},', inputs.job_filter || inputs.job_select), ',nightly-8-gpu-mi35x-deepseek-r1-mxfp4-tp4,'))
|
||||
runs-on: linux-mi35x-gpu-8
|
||||
# TP=4 workload: runs on the dedicated 4-GPU mi35x slice, not a whole 8-GPU node.
|
||||
runs-on: linux-mi35x-gpu-4
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
@@ -1616,7 +1617,8 @@ jobs:
|
||||
|
||||
nightly-4-gpu-mi35x-minimax-m25:
|
||||
if: (github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') && (!(inputs.job_filter || inputs.job_select) || (inputs.job_filter || inputs.job_select) == 'all' || contains(format(',{0},', inputs.job_filter || inputs.job_select), ',nightly-4-gpu-mi35x-minimax-m25,'))
|
||||
runs-on: linux-mi35x-gpu-8
|
||||
# TP=4 workload: runs on the dedicated 4-GPU mi35x slice, not a whole 8-GPU node.
|
||||
runs-on: linux-mi35x-gpu-4
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user