#117 · Primary category: Inference & Local Deploy
sonar
Large-scale LLM inference engine
Project last updated:08/13/26
GitHub Stars
1.8K
Forks
208
Contributors
43
License
AGPL-3.0
Why we included this project
Sonar is an inference engine for Hugging Face-compatible text and multimodal models, built as a fork of vLLM and aimed at teams that want to run high-traffic serving on their own hardware. It bundles the machinery that makes that practical: continuous batching, paged KV-cache management, prefix caching, speculative decoding, and quantization down to an FP8 KV cache, all exposed through an OpenAI-compatible API. It can also span multiple nodes without needing a Ray cluster, and the installers cover AMD ROCm, CPU, and Apple silicon alongside the usual CUDA path. The project already carries production traffic for the Dolphin Inference Network and PygmalionAI, which is a good sign that the harder corners have been worked out. For self-hosted serving with broad hardware and model coverage, it's 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
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.