How to load a pt file?

Okay so I have a pt file that I got from Roboflow. My question is, how do I load it into a script?

Assuming the file was stored via torch.save you could use torch.load to load it.