Load_state_dict prevent copying

When we call load_state_dict, a copy of the state_dict is being made inside, is there any way to load the state_dict without it being copied?