Native PyTorch uses .pt or .pth extensions for model weights when you save with torch.save().
The .bin extension comes from Hugging Face Transformers, which uses pytorch_model.bin as their convention.
We should narrow the Pytorch detection on kit init to pythorch_model*.bin instead of the generic .bin