File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 WeightLayout ,
88 trtllm_fp8_block_scale_moe ,
99)
10- from .test_utils import skip_checks , QuantMode
10+ from .utils import skip_checks , QuantMode
1111from flashinfer import GatedActType
1212
1313
@@ -611,7 +611,7 @@ def __init__(self):
611611 if "compatible_moe_impls" not in weight_processing :
612612 weight_processing ["compatible_moe_impls" ] = [type (moe_impl )]
613613
614- # Use the complete skip_checks function from test_utils
614+ # Use the complete skip_checks function from utils
615615 skip_checks (
616616 moe_impl = moe_impl ,
617617 routing_config = routing_config ,
Original file line number Diff line number Diff line change 4545 get_w2_permute_indices_with_cache ,
4646 _maybe_get_cached_w3_w1_permute_indices ,
4747)
48- from .test_utils import skip_checks , QuantMode
48+ from .utils import skip_checks , QuantMode
4949
5050
5151# Max num tokens to tune for trtllm-gen fused moe
File renamed without changes.
You can’t perform that action at this time.
0 commit comments