Python como comprimir o modelo pytorch
torch.save(model.half(), './model.pt')
Sieyk
torch.save(model.half(), './model.pt')