Fix tests to use LoadStateDictConfig
Update test_ernie4_5_vl_moe_conversion and test_ernie4_5_vl_moe_conversion_reversed
to use LoadStateDictConfig instead of passing hf_quantizer directly to
convert_and_load_state_dict_in_model, matching the updated function signature.