Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
elliottower2
/
pytorch-torchscript-poc
like
0
Model card
Files
Files and versions
xet
Community
main
pytorch-torchscript-poc
/
README.md
elliottower2
Upload README.md with huggingface_hub
3e86ea6
verified
about 1 month ago
preview
code
|
raw
Copy download link
history
blame
contribute
delete
217 Bytes
PyTorch TorchScript OOB PoC
Craft a .pt file with tensor metadata:
storage_offset = 999999999 (beyond storage)
size = [65536, 65536]
stride = [1, 1]
Loading with torch.jit.load() creates an OOB tensor view.