Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[API] Add passthrough kwargs for torch.load (#13)
* [ENH] Add handling of passthrough kwargs to torch.load Support passing **kwargs from load_latest_checkpoint to torch.load. * [API] Change to weights_only=True by default to torch.load This prevents unpickling dangerous contents from the checkpoint. * [DOC] Improve weights_only documentation
- Loading branch information