Checkpoint
.pt
files containing model itself with weight so loadable with LibTorch for inference server
torch.jit.save()
pth
file
only Torch state_dict weight so it requires python code for loading
ckpt
means checkpoint.pt
torch.jit.save()
pth
fileckpt
means checkpoint