How to save a model from a previous epoch?

Does torch.save() overwrite the previous saved model, or can I save multiple models?