#46 · Primary category: Inference & Local Deploy
serving
A flexible, high-performance serving system for machine learning models
Project last updated:08/28/26
GitHub Stars
6.4K
Forks
2.2K
Contributors
247
License
Apache-2.0
Why we included this project
When a trained model has to keep answering production requests without downtime, TensorFlow Serving is one of the more battle-tested options out there. It serves a saved model over both gRPC and HTTP, and it lets you roll out new versions, canary weights, and A/B test experimental models without changing any client code. It tracks multiple models and versions through a low-overhead, reference-counted lookup table, which keeps per-inference latency low and deployments predictable. Its scheduler can also batch individual requests for joint GPU execution, which helps when throughput matters more than per-request latency. If you already work in the TensorFlow ecosystem and want a serving layer that handles the messy lifecycle parts for you, this is worth studying before you build your own.
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.