Refactor: separate CI-specific weight validation into dedicated module (#15216)
Co-authored-by: Kangyan-Zhou <zky314343421@gmail.com>
This commit is contained in:
co-authored by
Kangyan-Zhou
parent
d70c265533
commit
0e536600e8
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user