LLMRepos·Model Optimization LLM projects

Updated daily

Browse 66 open-source model optimization projects in Infrastructure. Compare GitHub stars, recent growth, languages, licenses, and repository activity.

Model Optimization

Browse 66 open-source model optimization projects in Infrastructure. Compare GitHub stars, recent growth, languages, licenses, and repository activity.

66
Repositories
847
Infrastructure

Top Model Optimization repositories

Ranked by current GitHub stars from the latest LLMRepos snapshot.

Showing 40 of 66

A 2.78-trillion-parameter Kimi K3 running inference on a single CPU in 8.24 GB of RAM. Portable C99: no BLAS, no framework, no GPU.

CApache License 2.0+454 stars in 7dupdated 17d ago

Run Mixtral-8x7B models in Colab or consumer desktops

PythonMIT License-1 stars in 7dupdated 868d ago

⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡

PythonApache License 2.0-1 stars in 7dupdated 685d ago
2.2k
stars

MoBA: Mixture of Block Attention for Long-Context LLMs

PythonMIT License+3 stars in 7dupdated 508d ago

Run a 1-billion parameter LLM on a $10 board with 256MB RAM

CMIT License+11 stars in 7dupdated 183d ago

一款简单易用和高性能的AI部署框架 | An Easy-to-Use and High-Performance AI Deployment Framework

C++Apache License 2.0+5 stars in 7dupdated 9d ago
1.6k
stars

INT4/INT5/INT8 and FP16 inference on CPU for RWKV language model

C++MIT License-1 stars in 7dupdated 519d ago

Model compression toolkit engineered for enhanced usability, comprehensiveness, and efficiency.

PythonOther+11 stars in 7dupdated 17d ago

From-scratch PyTorch implementation of Google's TurboQuant (ICLR 2026) for LLM KV cache compression. 5x compression at 3-bit with 99.5% attention fidelity.

PythonMIT License+1 stars in 7dupdated 123d ago
968
stars

Machine learning compiler based on MLIR for Sophgo TPU.

C++Other+3 stars in 7dupdated 7d ago
954
stars

Official implementation of Half-Quadratic Quantization (HQQ)

PythonApache License 2.0+1 stars in 7dupdated 179d ago

MindSpore + 🤗Huggingface: Run any Transformers/Diffusers model on MindSpore with seamless compatibility and acceleration.

PythonApache License 2.0-1 stars in 7dupdated 169d ago

[ICLR2024 spotlight] OmniQuant is a simple and powerful quantization technique for LLMs.

PythonMIT License+0 stars in 7dupdated 271d ago
899
stars

Open deep learning compiler stack for Kendryte AI accelerators ✨

C#Apache License 2.0+2 stars in 7dupdated 38d ago

Suno AI's Bark model in C/C++ for fast text-to-speech generation

C++MIT License+1 stars in 7dupdated 646d ago

[EMNLP 2024 & AAAI 2026] A powerful toolkit for compressing large models including LLMs, VLMs, and video generative models.

PythonApache License 2.0+2 stars in 7dupdated 102d ago

Extend existing LLMs way beyond the original training length with constant memory usage, without retraining

PythonApache License 2.0+0 stars in 7dupdated 866d ago

Paddle Multimodal Integration and eXploration, supporting mainstream multi-modal tasks, including end-to-end large-scale multi-modal pretrain models and diffusion model toolbox. Equipped with high performance and flexibility.

PythonApache License 2.0-1 stars in 7dupdated 171d ago

[ICML 2024] SqueezeLLM: Dense-and-Sparse Quantization

PythonMIT License-1 stars in 7dupdated 741d ago

Offline Speech Recognition with OpenAI Whisper and TensorFlow Lite for Android

C++MIT License+3 stars in 7dupdated 159d ago

Flash Diffusion — accelerating conditional diffusion models (AAAI 2025 Oral)

PythonOther+0 stars in 7dupdated 531d ago

Pure Rust + CUDA LLM inference engine — no PyTorch, OpenAI-compatible, serves Qwen3 to Kimi-K2

RustApache License 2.0+6 stars in 7dupdated today

RDNA-native LLM inference engine in Rust.

RustOther+30 stars in 7dupdated today

Qwen3.8-27B on a single RTX 3090 with vLLM: ~1,000 tok/s at 64 concurrent (int8 tensor-core GEMMs, fp16 DeltaNet state), ~114 tok/s single-user at default sampling / ~124 greedy (MTP drafts, own-output draft vocab, calibrated int4 lm_head, split-KV verify attention), 150k-262k context; patches, requant scripts, benchmarks

PythonApache License 2.0updated today

Krasis is a Hybrid LLM runtime which focuses on efficient running of larger models on consumer grade VRAM limited hardware

C++Other+4 stars in 7dupdated today

From teacher to tiles — a from-scratch LLM distillation & serving engine: custom Triton/CUDA kernels, FSDP distillation, paged-KV continuous batching, speculative decoding, a Rust gateway, a JAX oracle, and interpretability tooling.

PythonOther+7 stars in 7dupdated 80d ago
495
stars

Open Model Engine (OME) — Kubernetes operator for LLM serving, GPU scheduling, and model lifecycle management. Works with SGLang, vLLM, TensorRT-LLM, and Triton

GoApache License 2.0+2 stars in 7dupdated today
410
stars

🦖 X—LLM: Cutting Edge & Easy LLM Finetuning

PythonApache License 2.0+0 stars in 7dupdated 950d ago

BentoDiffusion: A collection of diffusion models served with BentoML

PythonApache License 2.0+0 stars in 7dupdated 41d ago

APOLLO: SGD-like Memory, AdamW-level Performance; MLSys'25 Oustanding Paper Honorable Mention

PythonOther+1 stars in 7dupdated 268d ago

Run larger LLMs with longer contexts on Apple Silicon by using differentiated precision for KV cache quantization. KVSplit enables 8-bit keys & 4-bit values, reducing memory by 59% with <1% quality loss. Includes benchmarking, visualization, and one-command setup. Optimized for M1/M2/M3 Macs with Metal support.

PythonOther+1 stars in 7dupdated 460d ago

An innovative library for efficient LLM inference via low-bit quantization

C++Apache License 2.0+0 stars in 7dupdated 724d ago

PyTorch library for cost-effective, fast and easy serving of MoE models.

PythonApache License 2.0+6 stars in 7dupdated 3d ago

End-to-end training of sparse deep neural networks with little-to-no performance loss.

PythonApache License 2.0+0 stars in 7dupdated 1,306d ago
325
stars

Rust + CUDA inference engine for NVIDIA RTX PRO 6000 Blackwell and RTX 5090. Serves safetensors and GGUF over an OpenAI-compatible API, with per-device tuned defaults and speculative decode gated byte-identical to plain decode. Hosted instance: inference.tiyuvta.ai

RustMIT License+11 stars in 7dupdated today

On-device LLM Inference Powered by X-Bit Quantization

PythonApache License 2.0+0 stars in 7dupdated 13d ago

[ICML 2025 Spotlight] ShadowKV: KV Cache in Shadows for High-Throughput Long-Context LLM Inference

PythonApache License 2.0+1 stars in 7dupdated 480d ago
310
stars

PMetal: high-performance Apple Silicon framework for local LLM inference, LoRA/QLoRA fine-tuning, serving, quantization, and MLX/Metal acceleration.

RustOther+2 stars in 7dupdated 80d ago
302
stars

Run generative AI models in sophgo BM1684X/BM1688

C++Other+0 stars in 7dupdated 19d ago
283
stars

SiLLM simplifies the process of training and running Large Language Models (LLMs) on Apple Silicon by leveraging the MLX framework.

PythonMIT License+0 stars in 7dupdated 434d ago