#13 · Primary category: Inference & Local Deploy
onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Project last updated:08/29/26
GitHub Stars
21.7K
Forks
4.2K
Contributors
974
License
MIT
Why we included this project
ONNX Runtime is the engine you reach for when a trained model has to run reliably in production. It executes ONNX-format models exported from PyTorch, TensorFlow/Keras, or classical ML libraries like scikit-learn, LightGBM, and XGBoost, so teams can keep training in whatever framework they prefer and still deploy through one runtime. Graph optimizations, quantization, and hardware-specific execution providers cut latency and cost across a wide range of hardware, from edge CPUs to NVIDIA GPUs. The same runtime runs on Windows, Linux, and macOS with bindings for Python, C++, C#, Java, and JavaScript, which helps when one model needs to serve in several environments. There's also a training mode that speeds up transformer training on multi-node NVIDIA GPUs with a one-line change to existing PyTorch scripts, a useful option if you want more throughput without rewriting your training code.
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
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.