Can we get layer instances from saved model?

Assuming that we do not have the model definition but have been given only the saved .pth file, how can we load it to another model and add a few layers from the saved model to the new model?