TLDRocket
Sign in

Safetensors is Joining the PyTorch Foundation

Hugging Face

Hugging Face just handed Safetensors, its safe model-weight format, over to the PyTorch Foundation. It's now vendor-neutral, joining vLLM and DeepSpeed under the Linux Foundation's roof.

Based on reporting by Hugging Face — read the original for the full story.

Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error

Safetensors began as a fix for a genuinely dangerous problem: the pickle-based formats that used to dominate model sharing could execute arbitrary code the moment you loaded a checkpoint. Hugging Face built something simpler instead — a JSON header capped at 100MB describing tensor metadata, followed by raw tensor bytes, with zero-copy and lazy loading baked in. Nobody at Hugging Face expected it to become the default for tens of thousands of models across every modality in the field, but that's exactly what happened.

Now the format is leaving the Hugging Face nest, at least on paper. Safetensors is moving into the PyTorch Foundation as a Linux Foundation-hosted project, joining DeepSpeed, Helion, Ray, and PyTorch itself. The trademark, the repo, and the governance structure shift to a vendor-neutral body rather than staying under one company's control. Luc and Daniel, the two Hugging Face engineers who've maintained the project from day one, stay on the Technical Steering Committee and keep running things day-to-day — this isn't a handoff so much as a widening of who gets a seat at the table.

For anyone actually using Safetensors today, absolutely nothing breaks. Same format, same APIs, same Hub integration. What does change is who can become a maintainer: the path is now spelled out in GOVERNANCE.md and MAINTAINERS.md, open to any contributor rather than gated by one company's internal process. That matters more than it sounds, because a format this embedded in ML infrastructure benefits from not being one vendor's fiefdom.

The more interesting part is what's coming. Hugging Face is talking with the PyTorch core team about making Safetensors the native serialization system for torch models, not just a Hub convenience. The roadmap includes device-aware loading straight onto CUDA and ROCm without CPU staging, plus dedicated APIs for tensor-parallel and pipeline-parallel loading so each GPU rank only pulls the weights it actually needs. There's also a promise to formalize support for FP8, GPTQ, AWQ, and sub-byte integer quantization — the kind of plumbing work that nobody notices until it's missing.

And that's really the pitch here: solving those problems inside a shared foundation, alongside vLLM and DeepSpeed, beats solving them in isolation and hoping everyone converges later.

My take — AI-written commentary, not fact-checked reporting

Good on Hugging Face for actually giving this up rather than just saying the words — plenty of "open governance" announcements are cosmetic, and this one comes with real trademark and repo transfer. I'd rather see infrastructure this critical owned by a foundation than by any single company, however well-intentioned; formats become chokepoints eventually, and Safetensors deciding to preempt that is the boring, correct move that open source needs more of.

Read more about this at: Hugging Face

Related stories

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads all relevant sources, removes duplicate coverage, and summarises the day in two minutes. Follow companies and topics for alerts, or get the briefing in Slack. Free, no spam, unsubscribe anytime.