#22 · Primary category: Deep Learning Frameworks
tvm
Open Machine Learning Compiler Framework
Project last updated:08/29/26
GitHub Stars
13.7K
Forks
4.0K
Contributors
1.2K
License
Apache-2.0
Why we included this project
Apache TVM compiles a trained model from a framework like PyTorch or TensorFlow down to a small, optimized module you can embed and run on an edge device, in a phone browser, or on a specific GPU. Instead of depending on one vendor's runtime, you describe the computation once and TVM generates code tuned for the target hardware, which matters for teams that ship models outside a data-center server. Its Python-first pipeline is convenient when you need to customize how models are optimized and lowered. This is worth a look if you have ever trained a model that works fine but turns awkward when you try to get it running efficiently in production on the hardware you actually support.
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.