← Dali Daily

Safetensors is Joining the PyTorch Foundation

Open Source and Ecosystem · huggingface.co · 08 Apr 2026
Update: Safetensors is Joining the PyTorch Foundation.

Why it matters

Safetensors, a secure format for storing and sharing machine learning model weights, has joined the PyTorch Foundation as a foundation-hosted project under the Linux Foundation. This move provides Safetensors with a vendor-neutral home, ensuring its governance and future development are community-driven rather than controlled by a single company.

Safetensors was created by Hugging Face to address the security risks associated with pickle-based formats, which could execute malicious code. Its simple design—a JSON header for metadata and raw tensor data—allows for zero-copy and lazy loading, making it efficient and secure. It has become *the default format for model distribution across the Hugging Face Hub and others*, used by tens of thousands of models.

PyTorch Foundation's Role

Impact on Users and Contributors

Future Developments

Safetensors is poised for significant growth, with a roadmap that includes:

These advancements will be pursued in collaboration with other PyTorch Foundation projects.

Main takeaway

Safetensors joining the PyTorch Foundation marks a crucial step towards ensuring the long-term security, stability, and community-driven evolution of a widely adopted model weight format, fostering safer and more collaborative open-source machine learning development.

Original source: https://huggingface.co/blog/safetensors-joins-pytorch-foundation

Captured for Dali Daily on 10 Apr 2026, 04:52 UTC.