@PyTorch: The PyTorch Foundation continues to grow as a multi-project home dedicated to supporting collaboration across every sta…
Summary
The PyTorch Foundation announces a new quarterly blog series where its hosted projects (PyTorch, vLLM, DeepSpeed, Ray, Helion, Safetensors) share updates. Highlights include PyTorch 2.13 release with performance improvements and Apple Silicon optimization, along with progress on ExecuTorch and hardware enablement.
View Cached Full Text
Cached at: 07/22/26, 10:36 PM
The PyTorch Foundation continues to grow as a multi-project home dedicated to supporting collaboration across every stage of the AI lifecycle.
We are excited to launch a new quarterly blog series where each hosted project - PyTorch, @vllm_project @DeepSpeedAI @raydistributed, Helion and Safetensors - shares its latest updates, technical progress, and roadmap. From core framework optimizations and hardware enablement to overall ecosystem health, our hosted projects achieved a lot over the past quarter.
Read the complete update to learn more https://bit.ly/4fkiTJy..*
Driving the Future of Open Source AI: An Update from PyTorch Foundation Projects – PyTorch
Featured projects

TL;DR
In April 2025, the PyTorch Foundation evolved into amulti-project Foundation, with the objective to support deeper collaboration across domains and help scale innovation throughout the AI lifecycle. Today, the Foundation hosts six projects, including PyTorch, vLLM, DeepSpeed, Ray, Helion, and Safetensors. From core optimization updates to hardware enablement and community health, PyTorch Foundation-hosted projects have achieved a lot this past quarter. In this new blog series, each of our projects provides an update on its latest achievements.
PyTorch Updates: 2.13 Release, ExecuTorch, and Apple Silicon Optimization
Development momentum for the core PyTorch project remains incredibly strong. Commits continued to rise with 4,415 in Q2 alone, and issue management is on track, with the overall number of open issues steadily decreasing.
The community officially rolled outPyTorch 2.13and has already kicked off the development cycle for PyTorch 2.14. PyTorch 2.13 headlines performance and platform reach: FlexAttention arrives on Apple Silicon (up to ~12x faster than SDPA) alongside a new CuTeDSL Inductor backend, a memory-saving nn.LinearCrossEntropyLoss (up to 4x less peak GPU memory), and Python 3.15 wheel support including free-threaded builds. On the distributed and platform side, it adds the torchcomms backend and FSDP2 communication overlap for large-cluster training, broadens ROCm/Arm/Intel XPU support. The team is actively expanding on-device LLM capabilities through ExecuTorch, releasing weekly examples alongside a partnership with Hugging Face to streamline model ingestion and support on-device performance.
vLLM Updates: Model Runner V2, Q3 2026 Roadmap, and vLLM Conference
The vLLM project has reached an impressive milestone, achieving a stable, bi-weekly release cadence. Among its key achievements is the complete redesign of Model Runner V2, which yielded substantial performance improvements on GPTQ. vLLM continues to offer day-zero support for massive, state-of-the-art models such as Kimi K3, Minimax M3, and Qwen 3.8.
Looking ahead, the team has published itsQ3 2026 roadmap. The roadmap is organized across special interest groups (SIGs) and centers on production agentic workloads and high-interactivity premium tokens. On the core engine, the team is finishing two major migrations, Flat Model and Model Runner V2, and redesigning how the scheduler and KV cache work. For large-scale serving, the goal is top performance on AgentX, with better KV cache offloading and smarter prefix caching for multi-turn agents. Other groups are focused on faster speculative decoding, production-ready KV-cache compression, and quicker CI. There are also dedicated tracks for model performance, vLLM-Omni, and reinforcement learning.
The team is also hosting the first-evervLLM Conference, held at Ray Summit in San Francisco from August 24–26. The event brings together engineers and researchers from across the vLLM ecosystem for two days of sessions spanning the vLLM roadmap, hardware backends, agentic serving, training, and production-scale inference.
DeepSpeed Updates: Ulysses Parallelism, Torch.xpu Integration, and ASPLOS 2026
DeepSpeed continues to deliver rapid software innovations, maintaining its stable bi-weekly schedule with six software releases in the first quarter. To foster closer collaboration with developers, the team stabilized its monthly virtual office hours as consistent community touchpoints. In a major architectural update, the project replaced Intel GPU support (IPEX) by directly integrating Torch.xpu. The team also rolled out updates focusing on mixed precision fixes, AMD SDMA optimization, automatic sequence parallelism, and Muon optimizer.
One of the main highlights for the project is the integration of the Ulysses sequence parallelism algorithm directly into Hugging Face libraries, including Trainer, Accelerate, and TRL. DeepSpeed’s theoretical contributions have also gained recognition in the academic community, earning a best-paper honorable mention atASPLOS 2026for its pioneeringSuperOffload work, and having three research papers accepted. The first paper (AutoSP)automates sequence parallelism using PyTorch 2.0 compile technology, the second paper exploresenergy analysis and offloading overheads on Grace Hopper C2C systems, while the third paper focuses onefficient offloading mechanics for model training.
Ray Updates: GB200/GB300 Hardware Support, Frontier Model Scaling, and Ray Data 2.57
Ray remains focused on production hardening for large-scale workloads. This work includes speeding up actor scheduling, upgrading native RDMA support, improving topology-aware scheduling for rack-aware actor placement, and improving support for GB200s/GB300s and beyond. The team is also focused on optimizing workflows for reinforcement learning as well as for multimodal data and video processing.
In the last few months, Ray has been used for building a variety of frontier models, includingMAI-Thinking-1,Composer 2.5, andNemotron 3 Ultra.
A few other recent highlights from the team includeinference performance improvementswith Ray + vLLM, improved cluster stability viaresource isolation, improveddata pipeline reliability, and prefill-decode disaggregation withRay + vLLM on AMD MI325X.
The team has also made important updates to data and inference pipelines. A brand-new, high-performance engine for Ray Data is scheduled to debut in version 2.57. At the same time, the team is actively building out weight-syncing integrations with vLLM and SkyRL to eliminate performance bottlenecks during post-training. If you want to connect with the team and community in person,Ray Summitis set for August 24-26 in San Francisco.
Helion Updates: Cross-Hardware Attention Kernels and LLM-Guided Autotuning
Helion has made substantial progress during its first six months of the year, focusing its efforts on delivering state-of-the-art performance across heterogeneous hardware. The project introduced the CuTeDSL backend for NVIDIA GPUs and Pallas backend for TPUs. With the new CuteDSL and Pallas backends, usingthe same Helion attention kernel, Helion delivers state-of-the-art performance on NVIDIA Blackwell GPU, outperforming FlashAttention-4, and on Google TPU, outperforming hand-written Attention kernel from theTokamax library, demonstrating Helion’s performance portability. The Pallas backend is being built in partnership with Google and debuted at theGoogle AI Systems DevLabs.
In addition to performance improvements and support for new hardware, Helion incorporated the power of LLMs to kernel autotuning. The team recently introduced an LLM-guided autotuner to significantly speedup autotuning, demonstrating an10x improvement in tuning efficiency, paving the way for faster, highly optimized deployments.
To engage with the community, Helion held itsfirst hackathonin partnership with NVIDIA and GPU Mode and a tutorial at thePLDI conference. Helion was announced inGeneral Availabilityat the PyTorch Conference Europe.
Safetensors Updates: GIL-Free Serialization, Python 3.14 Support, and MPS Fast-Loading
In June, Safetensors officially rolled out Global Interpreter Lock (GIL)-Free Serialization, which introduces enhanced parallel processing capabilities to improve overall multi-threaded performance. To provide early support for upcoming Python releases, the project has expanded its continuous integration pipeline to accommodate Python 3.14 and 3.14t. For developers operating on compatible hardware, the new Metal Performance Shaders (MPS) fast-load paths introduce native Metal buffers within the torch MPS backend to significantly minimize model loading latency. Finally, new dtypes have been added to offer developers greater precision and flexibility across diverse modeling workloads.
Looking ahead, Safetensors is actively working on optimizing CUDA fast-path loading capabilities, exploring integrations with both io_uring and GPU Direct Storage (GDS). As an initial step, the project is implementing multithreaded pread operations into pinned host buffers to accelerate data transfers. This structural work aims to make the library significantly more adaptable to additional custom fast paths while removing our historical reliance on framework-managed storage, such as the from_file memory mapping found in torch. The team is currently evaluating the feasibility of this transition, as it depends on DLPack handoffs that may not be universally supported across all frameworks.
Join the Community
Are you ready to build the future of AI with us? To learn more about our hosted projects, visit ourFoundation-Hosted Projects portal, and to learn how your organization can become a member, visit ourJoin Nowpage. Plus, join us in Shanghai forKubeCon + CloudNativeCon + OpenInfra Summit + PyTorch Conference China 2026September 7-9, and in San Jose forPyTorch Conference North America 2026, October 20-21, later this year.
Similar Articles
@PyTorch: By bringing PyTorch, vLLM, DeepSpeed, Ray, Helion, and Safetensors together under a single vendor-neutral umbrella, the…
The PyTorch Foundation has expanded to host six open-source AI projects (PyTorch, vLLM, DeepSpeed, Ray, Helion, and Safetensors) to provide vendor-neutral governance across the full AI lifecycle, addressing enterprise challenges in inference, safety, and scalability.
@PyTorch: PyTorch 2.13 is here, with 3,328 commits from 526 contributors and updates across FlexAttention, CuTeDSL, nn.LinearCros…
PyTorch 2.13 is released with major updates including FlexAttention on Apple Silicon (up to 12x speedup), CuTeDSL backend, nn.LinearCrossEntropyLoss for 4x memory reduction, new torchcomms communications backend, FSDP2 communication overlap, Python 3.15 wheel support, and broader platform support. A live Q&A is scheduled for July 22.
@PyTorch: PyTorch releases include thousands of changes, and our Release Live Q&A gives you direct access to the maintainers and …
PyTorch 2.12 release with major updates is highlighted, and a live Q&A event on May 20 with maintainers is announced to discuss compilation, distributed systems, quantization, and more.
@PyTorch: As Europe’s AI sovereignty debate draws more attention to models, @tech_eu examines PyTorch’s role in the open source i…
PyTorch Foundation's expanding role in European AI sovereignty is highlighted, with projects like vLLM, DeepSpeed, Ray, and SafeTensors coming under its neutral governance.
@PyTorch: Only four days left to submit nominations for the 2026 PyTorch Foundation Contributor Awards These awards celebrate out…
The PyTorch Foundation is accepting nominations for the 2026 Contributor Awards until July 17, 2026, recognizing outstanding contributions across projects like PyTorch, vLLM, DeepSpeed, Ray, Helion, and Safetensors.







