Ray Comes to the PyTorch Foundation
The PyTorch Foundation, the Linux Foundation-based open source AI organization, today announced that it will become the host of Ray, the popular open source distributed computing framework for scaling AI and Python applications. The Ray project will join existing projects like PyTorch itself, the vLLM inference engine and deep learning optimization library DeepSpeed.
Ray was originally incubated in UC Berkeley’s RISELab. Robert Nishihara and Philipp Moritz, who were graduate students at the time, launched the project in 2016. Together with their professor (and Databricks co-founder) Ion Stoica, they then decided to found Anyscale to commercialize their work. Since then, Anyscale has raised over $250 million and launched various products around Ray, and like most open source companies, it also offers a hosted platform that combines many of these services into an enterprise-ready platform.
The core Ray project itself provides the primitives (called tasks, actors and objects) for building distributed Python-based applications. It’s worth noting that the core piece of Ray isn’t limited to AI applications but can be used to scale any Python workload. But the Ray project also includes the AI-specific libraries for managing machine learning (ML) data sets and handling distributed training, as well as libraries for tuning and serving models. Ray also includes a library for scaling reinforcement learning workloads.
“At Ray, our goal is to make distributed computing as straightforward as writing Python code,” said Anyscale co-founder Nishihara. “Joining the PyTorch Foundation helps us stay true to that mission, ensuring Ray continues to be an open, community-driven backbone for developers and their organizations.”
Since its launch, Anyscale has independently maintained the Ray open source project (though it has occasionally been mislabeled “Apache Ray”).

Image credit: Anyscale.
For the PyTorch Foundation, the addition of Ray means it now offers some of the most foundational open source projects for the AI ecosystem. There is PyTorch for model development, vLLM for inference and Ray for distributed execution, the Foundation argues.
“By bringing Ray under the PyTorch Foundation umbrella, alongside projects like vLLM and DeepSpeed, we are uniting the critical components needed to build next-generation AI systems. Ray’s inclusion strengthens our collective mission to support developers with the tools to efficiently train, serve, and deploy AI models at scale,” said Matt White, the GM of AI at the Linux Foundation and executive director of the PyTorch Foundation.