Skip to content

Commit 924f71b

Browse files
committed
rm unnecessary config
1 parent 434656b commit 924f71b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/models/ernie4_5_moe/test_modeling_ernie4_5_moe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def test_load_balancing_loss(self):
9797
config, input_dict = self.model_tester.prepare_config_and_inputs_for_common()
9898
config.num_labels = 3
9999
config.num_experts = 3
100-
config.expert_interval = 1
101100
config.output_router_logits = True
102101
input_ids = input_dict["input_ids"]
103102
attention_mask = input_ids.ne(config.pad_token_id).to(torch_device)

0 commit comments

Comments
 (0)