Views
No views yet
safetensors 0.8.0 wheel can exhaust memory during safe_open(...) header parsing with a header-only file that contains no tensors and only a huge __metadata__ map.safe_open(..., framework="np") can abort before any tensor materialization4,000,000 entry metadata map is enough to make a 58,888,916 byte file fail under a 900 MB address-space limitget_tensors() zero-sized-tensor bomb because this file contains zero tensorssafetensors 0.8.0numpy 2.5.1python3 reproduce.py.