Fix safetensors validation to catch corruption after download (#14465)
This commit is contained in:
3
.github/workflows/nightly-test-nvidia.yml
vendored
3
.github/workflows/nightly-test-nvidia.yml
vendored
@@ -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:
|
||||
|
||||
3
.github/workflows/pr-test.yml
vendored
3
.github/workflows/pr-test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user