Skip to content

Commit 1c4b522

Browse files
authored
hotfix: rename moe/test_utils.py to moe/utils.py (#2106)
1 parent 875403e commit 1c4b522

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/moe/test_dpsk_fused_moe_fp8.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
WeightLayout,
88
trtllm_fp8_block_scale_moe,
99
)
10-
from .test_utils import skip_checks, QuantMode
10+
from .utils import skip_checks, QuantMode
1111
from 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,

tests/moe/test_trtllm_gen_fused_moe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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.

0 commit comments

Comments
 (0)