Published event
ArtificialIntelligence Partnership 1 source(s)

Safetensors is Joining the PyTorch Foundation

Updated September 26, 2026 · 2:44 PM · source date April 8, 2026

Summary

Safetensors is Joining the PyTorch Foundation Safetensors is Joining the PyTorch Foundation Published April 8, 2026 Update on GitHub Upvote 42 Luc Georges mcpotato Lysandre lysandre Today, we're announcing that Safetensors has joined the PyTorch Foundation as a foundation-hosted project under the Linux Foundation, alongside DeepSpeed, Helion, Ray, vLLM, and PyTorch itself. How we got here Safetensors started as a Hugging Face project born out of a concrete need: a way to store and share model weights that couldn't execute arbitrary code.

Why it matters

This Partnership is relevant to the technology intelligence record because it involves GitHub, Hugging Face, Meta, gptq. The source article should remain the factual reference for follow-up coverage.

Key facts
  • Safetensors is Joining the PyTorch Foundation Published April 8, 2026 Update on GitHub Upvote 42 Luc Georges mcpotato Lysandre lysandre Today, we're announcing that Safetensors has joined the PyTorch Foundation as a foundation-hosted project under the Linux Foundation, alongside DeepSpeed, Helion, Ray, vLLM, and PyTorch itself.
  • How we got here Safetensors started as a Hugging Face project born out of a concrete need: a way to store and share model weights that couldn't execute arbitrary code.
  • The pickle-based formats that dominated the ecosystem at the time meant that there was a very real risk you’d be running malicious code.
  • While this was an acceptable risk when ML was still budding, it would become unacceptable as open model sharing became central to how the ML community works.
  • The format we built is intentionally simple: a JSON header with a hard limit of 100MB, describing tensor metadata, followed by raw tensor data.
  • Zero-copy loading that maps tensors directly from disk.
Entities in this story
Related events