Safetensors#
Documentation from Safetensors — Hugging Face’s secure, fast tensor serialization format.
The default format for storing and distributing model weights on Hugging Face Hub. Immune to arbitrary code execution attacks inherent in Python’s pickle, with zero-copy loading for fast model initialization.