#63 · Primary category: Deep Learning Frameworks
oneflow
OneFlow is a deep learning framework designed to be user-friendly, scalable and efficient.
Project last updated:12/04/25
GitHub Stars
9.4K
Forks
1.0K
Contributors
173
License
Apache-2.0
Why we included this project
Distributed training is where OneFlow makes its case. Its Global Tensor abstraction lets you annotate how data and parameters are split across devices, then scale to n-dimensional parallel execution without hand-rolled distributed code. The API stays close to PyTorch, which shortens the learning curve for anyone coming from that ecosystem. A built-in graph compiler also covers inference and deployment, so the framework carries you from training to shipping. If you're evaluating deep learning frameworks and scaling across multiple GPUs or nodes is the priority, OneFlow is worth a closer look.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.