Fix safetensors validation to catch corruption after download (#14465)

This commit is contained in:
Alison Shao
2025-12-05 16:04:00 -08:00
committed by GitHub
parent e41664ba1a
commit b988c18eae
3 changed files with 70 additions and 10 deletions

View File

@@ -47,6 +47,9 @@ concurrency:
group: nightly-test-nvidia-${{ github.ref }}
cancel-in-progress: true
env:
SGLANG_IS_IN_CI: true
jobs:
# General tests - 1 GPU
nightly-test-general-1-gpu-runner:

View File

@@ -25,6 +25,9 @@ concurrency:
group: pr-test-${{ github.ref }}
cancel-in-progress: true
env:
SGLANG_IS_IN_CI: true
jobs:
# =============================================== check changes ====================================================
check-changes: