patch-torch-save icon indicating copy to clipboard operation
patch-torch-save copied to clipboard

Patches the torch.save function with arbitrary code that gets executed upon torch.load.

Results 1 patch-torch-save issues
Sort by recently updated
recently updated
newest added

Hi Yannic, Does this PoC still work? If so, please could you post your requirements.txt or a docker file? I've tried to run `from transformers import AutoModel model = AutoModel.from_pretrained("ykilcher/totally-harmless-model")...