Add model validation for all GPU runners to prevent cache corruption (#13171)

Co-authored-by: Kangyan Zhou <zky314343421@gmail.com>
This commit is contained in:
alisonshao
2025-11-13 10:16:41 -08:00
committed by GitHub
co-authored by Kangyan Zhou
parent 85b8c5c4cd
commit 9bd511a582
5 changed files with 71 additions and 1 deletions
+2
View File
@@ -115,6 +115,8 @@ jobs:
if: github.repository == 'sgl-project/sglang'
runs-on: 1-gpu-runner
continue-on-error: true
env:
RUNNER_LABELS: 1-gpu-runner
steps:
- name: Checkout code
uses: actions/checkout@v4