Refactor: separate CI-specific weight validation into dedicated module (#15216)

Co-authored-by: Kangyan-Zhou <zky314343421@gmail.com>
This commit is contained in:
Alison Shao
2025-12-27 20:50:39 -08:00
committed by GitHub
co-authored by Kangyan-Zhou
parent d70c265533
commit 0e536600e8
5 changed files with 658 additions and 511 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import struct
import tempfile
import unittest
from sglang.srt.model_loader.weight_validation import (
from sglang.srt.model_loader.ci_weight_validation import (
_check_index_files_exist,
_validate_sharded_model,
)