#37 · Primary category: Inference & Local Deploy
ik_llama.cpp
llama.cpp fork with additional SOTA quants and improved performance
Project last updated:08/28/26
GitHub Stars
3.1K
Forks
444
Contributors
840
License
MIT
Why we included this project
This fork of llama.cpp, started in mid-2024 and synced with upstream that August, focuses on faster CPU inference and ships additional quantization formats that in many cases beat the mainline build on speed. A number of inference features, including MLA, tensor parallel, multi-token prediction, and fused delta-net, appeared here before they reached llama.cpp proper. The project is upfront about its limits: CPU (AVX2 or newer, ARM_NEON) and Turing-or-newer CUDA are the maintained backends, while ROCm, Vulkan, and Metal get little attention, so plan around your hardware. You get the llama-server binary with OpenAI-compatible endpoints, Docker images, and support for recent Qwen, DeepSeek, GLM, and LLaMA models. Read the caveats about the -rtr repacking flag and Unsloth _XL models with f16 tensors before treating it as a drop-in replacement.
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.