Skip to content

Commit fce79da

Browse files
committed
fix tests
1 parent 2384a9e commit fce79da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/utils/test_core_model_loading.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def test_moe_and_qkv_conversion(self):
217217
),
218218
WeightConverter("mlp.w2.weight", "mlp.down_proj.weight"),
219219
]
220-
missing, unexpected, mismatch, misc = convert_and_load_state_dict_in_model(
220+
missing, unexpected, mismatch, _, misc = convert_and_load_state_dict_in_model(
221221
model, state_dict, weight_mapping, tp_plan=None, hf_quantizer=None
222222
)
223223

@@ -367,7 +367,7 @@ def __init__(self):
367367
)
368368
]
369369

370-
missing, unexpected, mismatch, misc = convert_and_load_state_dict_in_model(
370+
missing, unexpected, mismatch, _, misc = convert_and_load_state_dict_in_model(
371371
model, state_dict, weight_mapping, tp_plan=None, hf_quantizer=quantizer
372372
)
373373

0 commit comments

Comments
 (0)