Closed bugface closed 2 years ago
In https://github.com/huggingface/transformers/issues/6882, upgrade to transformers v3.1.0 may break the model load. A temp patch is
model.load_state_dict(state_dict, strict=False)
we will keep on this issue to see if we need to update our code accordingly.
no issue found so far, will close this for now.
In https://github.com/huggingface/transformers/issues/6882, upgrade to transformers v3.1.0 may break the model load.
A temp patch is
we will keep on this issue to see if we need to update our code accordingly.