pytorch
8c6f0c05 - Detect TorchScript archives in torch.load (#29339)

Commit
6 years ago
Detect TorchScript archives in torch.load (#29339) Summary: This PR looks for a `constants.pkl` file at the top level in a zip file in `torch.load`. If found, it calls `torch.jit.load` instead and issues a warning to call `torch.jit.load` directly Pull Request resolved: https://github.com/pytorch/pytorch/pull/29339 Differential Revision: D18611095 Pulled By: driazati fbshipit-source-id: f070a02f6b5509054fc3876b3e8356bbbcc183e1
Author
David Riazati
Parents
Loading