Problem of saving pretrained network

Hi

I would like to know, what’s the type of file which the command torch.save(object, f) saves? tar file or binary file? it seems that it should save the network with tar format, but my own pytorch, my installed version, turn it to binary format. could you please help me?

it’s a custom binary format.