Awesome-LLM-Inference-Engine

September 3, 2026 ยท View on GitHub

Awesome-LLM-Inference-Engine-Banner

Welcome to the Awesome-LLM-Inference-Engine repository!

A curated list of LLM inference engines, system architectures, and optimization techniques for efficient large language model serving. This repository complements our survey paper analyzing 25 inference engines, both open-source and commercial. It aims to provide practical insights for researchers, system designers, and engineers building LLM inference infrastructure.

Our work is based on the following paper: Survey on Inference Engines for Large Language Models: Perspectives on Optimization and Efficiency

๐Ÿ—‚ Table of Contents


๐Ÿง  Overview

LLM services are evolving rapidly to support complex tasks such as chain-of-thought (CoT), reasoning, AI Agent workflows. These workloads significantly increase inference cost and system complexity.

This repository categorizes and compares LLM inference engines by:

  • ๐Ÿ–ง Deployment type (single-node vs multi-node)
  • โš™๏ธ Hardware diversity (homogeneous vs heterogeneous)

๐Ÿ“Š Taxonomy

We classify LLM inference engines along the following dimensions:

  • ๐Ÿง‘โ€๐Ÿ’ป Ease-of-Use: Assesses documentation quality and community activity. Higher scores indicate better developer experience and community support.
  • โš™๏ธ Ease-of-Deployment: Measures the simplicity and speed of installation using tools like pip, APT, Homebrew, Conda, Docker, source builds, or prebuilt binaries.
  • ๐ŸŒ General-purpose support: Reflects the range of supported LLM models and hardware platforms. Higher values indicate broader compatibility across diverse model families and execution environments.
  • ๐Ÿ— Scalability: Indicates the engineโ€™s ability to operate effectively across edge devices, servers, and multi-node deployments. Higher scores denote readiness for large-scale or distributed workloads.
  • ๐Ÿ“ˆ Throughput-aware: Captures the presence of optimization techniques focused on maximizing throughput, such as continuous batching, parallelism, and cache reuse.
  • โšก Latency-aware: Captures support for techniques targeting low latency, including stall-free scheduling, chunked prefill, and priority-aware execution.

๐Ÿ”“ Open Source Inference Engines

๐Ÿงญ Open Source LLM Gateways and Serving Systems

  • Ferro Labs AI Gateway
  • KV Cache Store - Hosted KV-cache artifact registry and open-source Rust CLI for precomputing, quantizing, verifying, and sharing attention-state artifacts across self-hosted LLM inference. (CLI source)

๐Ÿ’ผ Commercial Inference Engines

๐Ÿ“‹ Overview of LLM Inference Engines

The following table compares 26 open-source and commercial LLM inference engines along multiple dimensions including organization, release status, GitHub trends, documentation maturity, model support, and community presence.

FrameworkOrganizationRelease DateOpen SourceGitHub StarsDocsSNSForumMeetup
OllamaCommunity (Ollama)Jun. 2023โœ…136K๐ŸŸ โœ…โŒโœ…
llama.cppCommunity (ggml.ai)Mar. 2023โœ…77.6K๐ŸŸกโŒโŒโŒ
vLLMAcademic (vLLM Team)Feb. 2023โœ…43.4Kโœ…โœ…โœ…โœ…
DeepSpeed-FastGenBig Tech (Microsoft)Nov. 2023โœ…37.7Kโœ…โŒโŒโœ…
UnslothStartup (Unsloth AI)Nov. 2023๐Ÿ”ท36.5K๐ŸŸกโœ…โœ…โŒ
MAXStartup (Modular Inc.)Apr. 2023๐Ÿ”ท23.8K๐ŸŸ โœ…โœ…โœ…
MLC LLMCommunity (MLC-AI)Apr. 2023โœ…20.3K๐ŸŸ โœ…โŒโŒ
llama2.cCommunity (Andrej Karpathy)Jul. 2023โœ…18.3KโŒโœ…โŒโŒ
bitnet.cppBig Tech (Microsoft)Oct. 2024โœ…13.6KโŒโŒโŒโŒ
SGLangAcademic (SGLang Team)Jan. 2024โœ…12.8K๐ŸŸ โœ…โŒโœ…
LitGPTStartup (Lightning AI)Jun. 2024โœ…12.0K๐ŸŸกโœ…โŒโœ…
OpenLLMStartup (BentoML)Apr. 2023๐Ÿ”ท11.1KโŒโœ…โŒโŒ
TensorRT-LLMBig Tech (NVIDIA)Aug. 2023๐Ÿ”ท10.1Kโœ…โŒโœ…โœ…
TGIStartup (Hugging Face)Oct. 2022โœ…10.0K๐ŸŸ โŒโœ…โŒ
PowerInferAcademic (SJTU-IPADS)Dec. 2023โœ…8.2KโŒโŒโŒโŒ
LMDeployStartup (MMDeploy)Jun. 2023โœ…6.0K๐ŸŸ โœ…โŒโŒ
LightLLMAcademic (Lightllm Team)Jul. 2023โœ…3.1K๐ŸŸ โœ…โŒโŒ
NanoFlowAcademic (UW Efeslab)Aug. 2024โœ…0.7KโŒโŒโŒโŒ
DistServeAcademic (PKU)Jan. 2024โœ…0.5KโŒโŒโŒโŒ
vAttentionBig Tech (Microsoft)May. 2024โœ…0.3KโŒโŒโŒโŒ
Sarathi-ServeBig Tech (Microsoft)Nov. 2023โœ…0.3KโŒโŒโŒโŒ
EIEStartup (Elyne Corp)Apr. 2026โœ…4๐ŸŸ โŒโŒโŒ
Friendli InferenceStartup (FriendliAI Inc.)Nov. 2023โŒ--๐ŸŸกโŒโŒโœ…
Fireworks AIStartup (Fireworks AI Inc.)Jul. 2023โŒ--๐ŸŸกโœ…โŒโŒ
GroqCloudStartup (Groq Inc.)Feb. 2024โŒ--โŒโœ…โŒโœ…
Together InferenceStartup (together.ai)Nov. 2023โŒ--๐ŸŸกโœ…โŒโŒ

Legend:

  • Open Source: โœ… = yes, ๐Ÿ”ท = partial, โŒ = closed
  • Docs: โœ… = detailed, ๐ŸŸ  = moderate, ๐ŸŸก = simple, โŒ = missing
  • SNS / Forum / Meetup: presence of Discord/Slack, forum, or events

๐Ÿ›  Optimization Techniques

We classify LLM inference optimization techniques into several major categories based on their target performance metrics, including latency, throughput, memory, and scalability. Each category includes representative methods and corresponding research publications.

๐Ÿงฉ Batch Optimization

TechniqueDescriptionReferences
Dynamic BatchingCollects user requests over a short time window to process them together, improving hardware efficiencyCrankshaw et al. (2017), Ali et al. (2020)
Continuous BatchingForms batches incrementally based on arrival time to minimize latencyYu et al. (2022), He et al. (2024)
Nano BatchingExtremely fine-grained batching for ultra-low latency inferenceZhu et al. (2024)
Chunked-prefillsSplits prefill into chunks for parallel decodingAgrawal et al. (2023)
  • SuperCompress - Learned prompt compression that reduces inference tokens by ~65%. ~5K-parameter CPU policy (~60ms latency) with 100% oracle recall. Pre-processes prompts before inference.

๐Ÿ•ธ Parallelism

TechniqueDescriptionReferences
Data Parallelism (DP)Copies the same model to multiple GPUs and splits input data for parallel executionRajbhandari et al. (2020)
Fully Shared Data Parallelism (FSDP)Shards model parameters across GPUs for memory-efficient trainingZhao et al. (2023)
Tensor Parallelism (TP)Splits model tensors across devices for parallel computationStojkovic et al. (2024), Prabhakar et al. (2024)
Pipeline Parallelism (PP)Divides model layers across devices and executes micro-batches sequentiallyAgrawal et al. (2023), Hu et al. (2021), Ma et al. (2024), Yu et al. (2024)

๐Ÿ“ฆ Compression

Quantization

TechniqueDescriptionReferences
PTQApplies quantization after trainingLi et al. (2023)
QATRetrains with quantization awarenessChen et al. (2024), Liu et al. (2023)
AQLMMaintains performance at extremely low precisionEgiazarian et al. (2024)
SmoothQuantUses scale folding for normalizationXiao et al. (2023)
KV Cache QuantizationQuantizes KV cache to reduce memory usageHooper et al. (2024), Liu et al. (2024)
EXL2Implements efficient quantization formatEXL2
EETQInference-friendly quantization methodEETQ
LLM CompressorUnified framework for quantization and pruningLLM Compressor
GPTQHessian-aware quantization minimizing accuracy lossFrantar et al. (2022)
MarlinFused quantization kernels for performanceFrantar et al. (2025)
Microscaling FormatCompact format for fine-grained quantizationRouhani et al. (2023)

Pruning

TechniqueDescriptionReferences
cuSPARSENVIDIA-optimized sparse matrix libraryNVIDIA cuSPARSE
WandaImportance-based weight pruningSun et al. (2023)
Mini-GPTsEfficient inference with reduced computeValicenti et al. (2023)
Token pruningSkips decoding of unimportant tokensFu et al. (2024)
Post-Training PruningPrunes weights based on importance after trainingZhao et al. (2024)

Sparsity Optimization

TechniqueDescriptionReferences
Structured SparsityRemoves weights in fixed patternsZheng et al. (2024), Dong et al. (2023)
Dynamic SparsityApplies sparsity dynamically at runtimeZhang et al. (2023)
Kernel-level SparsityOptimizations at CUDA kernel levelXia et al. (2023), Borstnik et al. (2014), xFormers (2022), Xiang et al. (2025)
Block SparsityRemoves weights in block structuresGao et al. (2024)
N:M SparsityMaintains sparsity in fixed N:M ratiosZhang et al. (2022)
MoE / Sparse MoEActivates only a subset of expertsCai et al. (2024), Fedus et al. (2022), Du et al. (2022)
Dynamic Token SparsityPrunes tokens based on dynamic importanceYang et al. (2024), Fu et al. (2024)
Contextual SparsityApplies sparsity based on contextLiu et al. (2023), Akhauri et al. (2024)
  • SuperCompress - Learned prompt compression that reduces inference tokens by ~65%. ~5K-parameter CPU policy (~60ms latency) with 100% oracle recall. Pre-processes prompts before inference.

๐Ÿ›  Fine-Tuning

TechniqueDescriptionReferences
Full-Parameter TuningUpdates all model parametersLv et al. (2023)
LoRAInjects low-rank matrices for efficient updatesHu et al. (2022), Sheng et al. (2023)
QLoRACombines LoRA with quantized weightsDettmers et al. (2023), Zhang et al. (2023)

๐Ÿ’พ Caching

TechniqueDescriptionReferences
Prompt CachingCaches responses to identical promptsZhu et al. (2024)
Prefix CachingReuses common prefix computationsLiu et al. (2024), Pan et al. (2024)
KV CachingStores KV pairs for reuse in decodingPope et al. (2023)

๐Ÿ” Attention Optimization

TechniqueDescriptionReferences
PagedAttentionPartitions KV cache into memory-efficient pagesKwon et al. (2023)
TokenAttentionSelects tokens dynamically for attentionLightLLM
ChunkedAttentionDivides attention into chunks for better schedulingYe et al. (2024)
FlashAttentionHigh-speed kernel for attentionDao et al. (2022),Dao et al. (2023), Shah et al. (2024)
RadixAttentionMerges tokens to reuse KV cacheZheng et al. (2024)
FlexAttentionConfigurable attention via DSLDong et al. (2024)
FireAttentionOptimized for MQA and fused headsFireworks AI

๐ŸŽฒ Sampling Optimization

TechniqueDescriptionReferences
EAGLEMulti-token speculative decodingLi et al. (2024a), Li et al. (2024b), Li et al. (2025)
MedusaTree-based multi-head decodingCai et al. (2024)
ReDrafterRegenerates output based on long-range contextCheng et al. (2024)
MineDraftBatch parallel speculative decoding overlapping drafting and verification (vLLM plugin)Tang et al. (2026)
  • SuperCompress - Learned prompt compression that reduces inference tokens by ~65%. ~5K-parameter CPU policy (~60ms latency) with 100% oracle recall. Pre-processes prompts before inference.

๐Ÿงพ Structured Outputs

TechniqueDescriptionReferences
FSM / CFGRule-based decoding constraintsWillard et al. (2023), Geng et al. (2023), Barke et al. (2024)
Outlines / XGrammarToken-level structural constraintsWilard et al. (2023), Dong et al. (2024)
LM Format EnforcerEnforces output to follow JSON schemasLM Format Enforcer
llguidance / GBNFLightweight grammar-based decodingGBNF, llguidance
OpenAI Structured OutputsAPI-supported structured outputsOpenAI
JSONSchemaBenchBenchmark for structured decodingGeng et al. (2025)
StructEvalBenchmarks structured generation and conversion across 18 text and visual formatsYang et al. (2026), Code
StructTest / SoEvalTools for structured output validationChen et al. (2024), Liu et al. (2024)

๐Ÿ“š Comparison Table

โš ๏ธ Due to GitHub Markdown limitations, only a summarized Markdown version is available here. Please refer to the LaTeX version in the survey paper for full detail.

๐Ÿ’ป Hardware Support Matrix

FrameworkLinuxWindowsmacOSWeb/APIx86-64ARM64/Apple SiliconNVIDIA GPU (CUDA)AMD GPU (ROCm/HIP)Intel GPU (SYCL)Google TPUAMD InstinctIntel GaudiHuawei AscendAWS InferentiaMobile / EdgeETC
Ollamaโœ…โœ…โœ…โŒโœ…โœ…โœ…โœ…โœ…โŒโœ…โŒโŒโŒโœ… (NVIDIA Jetson)โŒ
LLaMA.cppโœ…โœ…โœ…โŒโœ…โœ…โœ…โœ…โœ…โŒโœ…โŒโœ…โŒโœ… (Qualcomm Adreno)Moore Threads MTT
vLLMโœ…โŒโŒโŒโœ…โœ…โœ…โœ…โœ…โœ…โœ…โœ…โœ…โœ…โœ… (NVIDIA Jetson)โŒ
DeepSpeed-FastGenโœ…โœ…โŒโŒโœ…โŒโœ…โŒโœ…โŒโœ…โœ…โœ…โŒโŒTecorigin SDAA
unslothโœ…โœ…โŒโŒโœ…โŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒ
MAXโœ…โœ…โœ…โŒโœ…โœ…โœ…โœ…โŒโŒโŒโŒโŒโŒโŒโŒ
MLC-LLMโœ…โœ…โœ…โŒโœ…โœ…โœ…โœ…โœ…โŒโŒโŒโŒโŒโœ… (Qualcomm Adreno, ARM Mali, Apple)โŒ
llama2.cโœ…โœ…โœ…โŒโœ…โœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒ
bitnet.cppโœ…โœ…โœ…โŒโœ…โœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒ
SGLangโœ…โŒโŒโŒโœ…โŒโœ…โŒโœ…โŒโœ…โœ…โŒโŒโœ… (NVIDIA Jetson)โŒ
LitGPTโœ…โŒโœ…โŒโœ…โŒโœ…โŒโŒโœ…โœ…โŒโŒโŒโŒโŒ
OpenLLMโœ…โŒโŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒ
TensorRT-LLMโœ…โœ…โŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโœ… (NVIDIA Jetson)โŒ
TGIโœ…โŒโŒโŒโœ…โœ…โœ…โŒโœ…โœ…โœ…โœ…โŒโœ…โŒโŒ
PowerInferโœ…โœ…โœ…โŒโœ…โœ…โœ…โœ…โŒโŒโŒโŒโŒโŒโœ… (Qualcomm Snapdragon 8)โŒ
LMDeployโœ…โœ…โŒโŒโœ…โŒโœ…โŒโŒโŒโŒโŒโœ…โŒโœ… (NVIDIA Jetson)โŒ
LightLLMโœ…โŒโŒโŒโœ…โŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒ
NanoFlowโœ…โŒโŒโŒโœ…โŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒ
DistServeโœ…โŒโŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒ
vAttentionโœ…โŒโŒโŒโœ…โŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒ
Sarathi-Serveโœ…โŒโŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒ
EIEโœ…โœ…โœ…โŒโœ…โœ…โœ…โœ…โŒโŒโŒโŒโŒโŒโŒโŒ
Friendli InferenceโŒโŒโŒโœ…โŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒ
Fireworks AIโŒโŒโŒโœ…โŒโŒโœ…โŒโŒโŒโœ…โŒโŒโŒโŒโŒ
GroqCloudโŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒGroq LPU
Together InferenceโŒโŒโŒโœ…โŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒ

๐Ÿงญ Deployment Scalability vs. Hardware Diversity

๐Ÿงฉ Heterogeneous Devicesโš™๏ธ Homogeneous Devices
๐Ÿ–ฅ Single-NodeEIE, llama.cpp, MAX, MLC LLM, Ollama, PowerInfer, TGIbitnet.cpp, LightLLM, llama2.c, NanoFlow, OpenLLM, Sarathi-Serve, Unsloth, vAttention, Friendli Inference
๐Ÿ–ง Multi-NodeDeepSpeed-FastGen, LitGPT, LMDeploy, SGLang, vLLM, Fireworks AI, Together InferenceDistServe, TensorRT-LLM, GroqCloud

Legend:

  • ๐Ÿ–ฅ Single-Node: Designed for single-device execution
  • ๐Ÿ–ง Multi-Node: Supports distributed or multi-host serving
  • ๐Ÿงฉ Heterogeneous Devices: Supports diverse hardware (CPU, GPU, accelerators)
  • โš™๏ธ Homogeneous Devices: Optimized for a single hardware class

๐Ÿ“Œ Optimization Coverage Matrix

FrameworkDynamic BatchingContinuous BatchingNano BatchingChunked-prefillsData ParallelismFSDPTensor ParallelismPipeline ParallelismQuantizationPruningSparsityLoRAPrompt CachingPrefix CachingKV CachingPagedAttentionvAttentionFlashAttentionRadixAttentionFlexAttentionFireAttentionSpeculative DecodingGuided Decoding
OllamaโŒโŒโŒโŒโŒโŒโœ…โœ…โœ…โœ…โœ…โœ…โœ…โŒโœ…โŒโŒโœ…โŒโŒโŒโœ…โœ…
LLaMA.cppโŒโœ…โŒโŒโŒโŒโœ…โœ…โœ…โŒโœ…โœ…โœ…โŒโœ…โŒโŒโœ…โŒโŒโŒโœ…โœ…
vLLMโŒโœ…โŒโœ…โœ…โœ…โœ…โœ…โœ…โœ…โœ…โœ…โŒโœ…โœ…โœ…โŒโœ…โŒโŒโŒโœ…โœ…
DeepSpeed-FastGenโŒโœ…โŒโœ…โœ…โœ…โœ…โœ…โœ…โœ…โœ…โœ…โŒโŒโœ…โœ…โŒโœ…โŒโŒโŒโŒโŒ
unslothโŒโŒโŒโŒโŒโŒโŒโŒโœ…โŒโŒโœ…โŒโŒโœ…โŒโŒโœ…โŒโœ…โŒโŒโŒ
MAXโŒโœ…โŒโœ…โŒโŒโœ…โŒโœ…โŒโœ…โœ…โŒโœ…โœ…โœ…โŒโœ…โŒโŒโŒโœ…โœ…
MLC-LLMโŒโœ…โŒโœ…โŒโŒโœ…โœ…โœ…โŒโœ…โŒโŒโœ…โœ…โœ…โŒโŒโŒโŒโŒโœ…โœ…
llama2.cโŒโŒโŒโŒโŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒ
bitnet.cppโŒโŒโŒโŒโŒโŒโŒโŒโœ…โŒโœ…โŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒ
SGLangโŒโœ…โŒโœ…โœ…โœ…โœ…โŒโœ…โœ…โœ…โœ…โŒโœ…โœ…โœ…โŒโŒโœ…โŒโœ…โœ…โœ…
LitGPTโŒโœ…โŒโŒโœ…โœ…โœ…โŒโœ…โŒโœ…โœ…โŒโŒโœ…โŒโŒโœ…โŒโŒโŒโœ…โŒ
OpenLLMโŒโœ…โŒโŒโœ…โŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒ
TensorRT-LLMโœ…โœ…โŒโœ…โœ…โŒโœ…โœ…โœ…โœ…โœ…โœ…โœ…โŒโœ…โœ…โŒโŒโŒโŒโœ…โœ…โœ…
TGIโŒโœ…โŒโŒโŒโŒโœ…โŒโœ…โœ…โœ…โœ…โŒโœ…โœ…โœ…โŒโœ…โŒโŒโœ…โœ…โœ…
PowerInferโŒโœ…โŒโŒโœ…โŒโŒโœ…โœ…โŒโœ…โœ…โŒโœ…โŒโŒโœ…โŒโŒโŒโœ…โœ…โœ…
LMDeployโŒโœ…โŒโœ…โŒโŒโœ…โŒโœ…โœ…โœ…โœ…โŒโœ…โœ…โœ…โŒโŒโŒโŒโŒโœ…โœ…
LightLLMโœ…โŒโŒโœ…โŒโŒโœ…โŒโœ…โŒโœ…โŒโœ…โŒโœ…โŒโŒโœ…โŒโŒโŒโœ…โœ…
NanoFlowโŒโœ…โœ…โœ…โœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒ
DistServeโœ…โœ…โŒโœ…โŒโŒโœ…โœ…โŒโŒโŒโŒโŒโœ…โœ…โŒโœ…โŒโŒโŒโŒโŒโŒ
vAttentionโŒโœ…โŒโŒโœ…โŒโœ…โœ…โœ…โœ…โœ…โœ…โŒโŒโœ…โœ…โœ…โœ…โŒโŒโŒโŒโŒ
Sarathi-ServeโŒโŒโŒโœ…โŒโŒโœ…โœ…โŒโŒโœ…โŒโŒโœ…โœ…โœ…โŒโœ…โŒโŒโŒโŒโŒ
EIEโŒโŒโŒโŒโŒโŒโŒโŒโœ…โŒโŒโŒโœ…โœ…โœ…โŒโŒโœ…โŒโŒโŒโŒโŒ
Friendli Inference-โœ…----โœ…โœ…โœ…-โœ…โœ…----โŒ--โŒโœ…โœ…โœ…
Fireworks AI-โœ…------โœ…โœ…โœ…โœ…โœ…-โœ…-โŒ--โŒโœ…โœ…โœ…
GroqCloud----โœ…-โœ…โœ…โœ…โœ…โœ…-----โŒ--โŒโœ…โœ…โœ…
Together Inference-----โœ…--โœ…-โœ…โœ…โœ…---โŒโœ…-โŒโœ…โœ…โœ…

๐Ÿงฎ Numeric Precision Support Matrix

FrameworkFP32FP16FP8FP4NF4BF16INT8INT4MXFP8MXFP6MXFP4MXINT8
Ollamaโœ…โœ…โœ…โŒโŒโœ…โœ…โŒโŒโŒโŒโŒ
LLaMA.cppโœ…โœ…โŒโŒโŒโŒโœ…โœ…โŒโŒโŒโŒ
vLLMโœ…โœ…โœ…โœ…โœ…โœ…โœ…โœ…โŒโŒโŒโŒ
DeepSpeed-FastGenโœ…โœ…โŒโœ…โŒโŒโœ…โœ…โŒโŒโŒโŒ
unslothโœ…โœ…โœ…โŒโœ…โœ…โœ…โœ…โŒโŒโŒโŒ
MAXโœ…โœ…โœ…โŒโŒโœ…โœ…โŒโŒโŒโŒโŒ
MLC-LLMโœ…โœ…โœ…โŒโŒโŒโœ…โœ…โŒโŒโŒโŒ
llama2.cโœ…โŒโŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒ
bitnet.cppโœ…โœ…โŒโŒโŒโœ…โœ…โŒโŒโŒโŒโŒ
SGLangโœ…โœ…โœ…โœ…โœ…โœ…โœ…โœ…โŒโŒโŒโŒ
LitGPTโœ…โœ…โŒโœ…โœ…โŒโœ…โŒโŒโŒโŒโŒ
OpenLLMโœ…โœ…โŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒ
TensorRT-LLMโœ…โœ…โœ…โœ…โŒโœ…โœ…โœ…โœ…โŒโœ…โŒ
TGIโœ…โœ…โœ…โœ…โœ…โœ…โŒโŒโŒโŒโŒโŒ
PowerInferโœ…โœ…โŒโŒโŒโœ…โœ…โœ…โŒโŒโŒโŒ
LMDeployโœ…โœ…โœ…โŒโŒโœ…โœ…โœ…โŒโŒโŒโŒ
LightLLMโœ…โœ…โŒโŒโŒโœ…โœ…โŒโŒโŒโŒโŒ
NanoFlowโŒโœ…โŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒ
DistServeโœ…โœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒ
vAttentionโœ…โœ…โœ…โŒโŒโœ…โœ…โœ…โŒโŒโŒโŒ
Sarathi-Serveโœ…โœ…โŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒ
EIEโœ…โœ…โŒโŒโŒโŒโœ…โœ…โŒโŒโŒโŒ
Friendli Inferenceโœ…โœ…โœ…โŒโŒโœ…โœ…โœ…โŒโŒโŒโŒ
Fireworks AIโŒโœ…โœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒ
GroqCloudโœ…โœ…โŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒ
Together InferenceโŒโœ…โœ…โŒโŒโŒโŒโœ…โŒโŒโŒโŒ

๐Ÿงญ Radar Chart: Multi-Dimensional Evaluation of LLM Inference Engines

This radar chart compares 25 inference engines across six key dimensions: general-purpose support, ease of use, ease of deployment, latency awareness, throughput awareness, and scalability.

Six-Dimension Evaluation

๐Ÿ“ˆ Commercial Inference Engine Performance Comparison

Inference Throughput and Latency

๐Ÿ’ฒ Commercial Inference Engine Pricing by Model (USD per 1M tokens)

ModelFriendli AIโ€ Fireworks AIGroqCloudTogether AIโ€ก
DeepSeek-R13.00 / 7.003.00 / 8.000.75* / 0.99*3.00 / 7.00
DeepSeek-V3- / -0.90 / 0.90- / -1.25 / 1.25
Llama 3.3 70B0.60 / 0.60- / -0.59 / 0.790.88 / 0.88
Llama 3.1 405B- / -3.00 / 3.00- / -3.50 / 3.50
Llama 3.1 70B0.60 / 0.60- / -- / -0.88 / 0.88
Llama 3.1 8B0.10 / 0.10- / -0.05 / 0.080.18 / 0.18
Qwen 2.5 Coder 32B- / -- / -0.79 / 0.790.80 / 0.80
Qwen QwQ Preview 32B- / -- / -0.29 / 0.391.20 / 1.20
  • โ€  Llama is Instruct model
  • โ€ก Turbo mode price โ€ƒ
  • * DeepSeek-R1 Distill Llama 70B

๐Ÿ’ฒ Commercial Inference Engine Pricing by Hardware Type (USD per hour per device)

HardwareFriendli AIFireworks AIGroqCloudTogether AI
NVIDIA A100 80GB2.92.9-2.56
NVIDIA H100 80GB5.65.8-3.36
NVIDIA H200 141GB-9.99-4.99
AMD MI300X-4.99--
Groq LPU----
  • SuperCompress - Learned prompt compression that reduces inference tokens by ~65%. ~5K-parameter CPU policy (~60ms latency) with 100% oracle recall. Pre-processes prompts before inference.

๐Ÿ”ฌ Experiments

This section presents an empirical study of 21 open-source LLM inference engines across both server-class GPUs and edge devices. All benchmarks were executed through a unified OpenAI-compatible interface, and GuideLLM (https://github.com/vllm-project/guidellm) was used to generate load, measure latency, and ensure reproducible evaluation across engines.

โš™๏ธ Experimental Setup

Hardware

  • Server A (High-End): 8ร— NVIDIA H100
  • Server B (Mid-Range): 6ร— NVIDIA RTX A6000
  • Edge Device: NVIDIA Jetson Orin AGX 32GB

Engine Installation Notes

All 21 engines were installed and tested individually.

  • Easy: pip/uv-based engines (Ollama, LLaMA.cpp, vLLM, etc.)
  • Medium: container-based engines (TGI, TensorRT-LLM, MAX)
  • Hard: engines requiring extra build steps or patches (MLC LLM, DistServe, NanoFlow)

Model Execution Feasibility

Not all engines supported the same models across devices. Some engines:

  • ran on A6000 but not H100 (kernel/runtime mismatch)
  • failed on multinode-only configurations
  • lacked Jetson/ARM builds

Only Ollama and LLaMA.cpp ran reliably on Jetson.

๐Ÿ“ Evaluation Methodology

All requests were issued using GuideLLM, with a consistent API schema for fair comparison.

Metrics:

  • TTFT (Time To First Token)
  • TBT (Time Between Tokens)
  • Requests/s
  • Token Throughput
  • End-to-End Latency
  • Success Rate under concurrency

Workload design:

  • Varying prompt lengths โ†’ TTFT
  • Varying output lengths โ†’ TBT
  • Increasing concurrency โ†’ throughput, stability
  • Server tests: 30-second runs
  • Edge tests: 240-second runs
  • All engines evaluated using default settings (no manual tuning)

๐Ÿ”ข Quantized Model Results (Server)

Evaluated primarily on Ollama, LLaMA.cpp, and MLC LLM with 4-bit models.

TTFT

  • TTFT increases linearly with prompt length across engines.
  • LLaMA.cpp on H100 had competitive TTFT but occasionally unstable.
  • MLC LLM showed fast TTFT in some cases but poor overall reliability.

TBT

  • H100 delivered 2ร— faster decoding than A6000.
  • For larger models (e.g., Qwen3-32B), several engines failed as output length increased.

Throughput Under Concurrency

  • Small models โ†’ similar throughput across engines
  • Medium models โ†’ Ollama (H100) consistently highest and most stable
  • LLaMA.cpp โ†’ good decoding speed but high failure rate at concurrency โ‰ฅ 8

Token Throughput Meta-Llama-3.1-8B:

  • Ollama (H100): ~588 tok/s
  • LLaMA.cpp (H100): ~431 tok/s

End-to-End Latency

Most engines converge around 15โ€“17 seconds at concurrency 16.

Quantized Model Request Latency

Stability

  • Medium/large models break down quickly at higher concurrency (1โ€“10% success at โ‰ฅ16).
  • MLC LLM becomes unusable beyond concurrency 4.

๐Ÿ’ก Full-Precision Model Results (Server)

Focus on high-performance engines: TensorRT-LLM, vLLM, LMDeploy, TGI.

TTFT

  • TensorRT-LLM consistently lowest TTFT.
  • vLLM, LMDeploy, TGI stable across all prompts/models.

TBT

  • TensorRT-LLM fastest due to fused kernels and optimized attention.
  • Others show moderate, predictable scaling.

Requests/s (Llama-2-7B) Concurrency 64:

  • TensorRT-LLM: 3.68 req/s
  • LMDeploy: 2.57 req/s
  • vLLM: 2.00 req/s
  • TGI: 2.37 req/s

Token Throughput (Llama-2-7B, concurrency 64)

  • TensorRT-LLM: 7,535 tok/s
  • LMDeploy: 4,246 tok/s
  • vLLM: 4,107 tok/s
  • TGI: 3,058 tok/s

Some models (e.g., Qwen2.5) favor LMDeploy or vLLM due to kernel specialization.

Latency & Stability

  • TensorRT-LLM lowest latency, vLLM/LMDeploy/TGI close behind.
  • Most other engines failed to maintain concurrency stability.

Request Latency

๐Ÿ“ฑ Edge Device Results (Jetson Orin)

Only Ollama and LLaMA.cpp passed all tests.

TTFT

Llama-3.1-8B:

  • Ollama is 2.5โ€“3.5ร— faster than LLaMA.cpp

Small models (<1Bโ€“2B):

  • LLaMA.cpp is faster

8B+ models: TTFT grows to 30โ€“40s โ†’ impractical.

TBT

  • Small models โ†’ LLaMA.cpp wins
  • Medium models โ†’ Ollama wins
  • Differences smaller than TTFT gap

Throughput

8B models:

  • Ollama: ~0.15 req/s
  • LLaMA.cpp: ~0.05 req/s

14B models:

  • ~0.07 req/s โ†’ not usable

Latency Concurrency 4:

  • 8B models: 25โ€“70s
  • 14B models: >130s

Edge-viable range: 1Bโ€“4B models, concurrency 1โ€“2

Request Latency on Edge Device

๐Ÿงญ Overall Findings

Server

  • Top performance: TensorRT-LLM
  • Best all-rounders: vLLM, LMDeploy, TGI
  • Unstable under load: SGLang, LitGPT, DeepSpeed-FastGen (without tuning)
  • Large models still unstable under high concurrency on a single node

Edge

  • 8B+ models not suitable
  • Practical range is 1Bโ€“4B models
  • Ollama better for interactive use
  • LLaMA.cpp better for small-model, high-locality workloads

Key Takeaways

  • Engine performance varies significantly by model type, hardware, and concurrency.
  • Many engines fail silently at scale; stability is as important as raw throughput.
  • TensorRT-LLM dominates optimized full-precision inference, while vLLM/LMDeploy/TGI provide balanced performance without special builds.
  • Edge inference remains heavily constrained by memory and latency.

๐Ÿ”ญ Future Directions

LLM inference engines are rapidly evolving, but several important challenges remain open. Below we summarize key future directions and how they relate to system and model design.

1. Long-context Inference and Memory Management

Modern LLMs are pushing context windows from tens of thousands to millions of tokens, which causes KV cache size and memory usage to grow dramatically. This trend raises several needs:

  • KV cache optimization: Techniques like paged KV management, hierarchical caching, CPU offloading, and memory-efficient attention (e.g., paged attention, chunked prefill) aim to reduce internal fragmentation and improve time-to-first-token (TTFT).
  • Context compression: Methods such as coarse-to-fine context compression and budget-controlled token selection can shrink prompts by up to tens of times without major performance loss, though they must carefully avoid semantic drift.
  • Streaming and unbounded inputs: Real-world services rely on multi-turn dialogue and streaming generation, effectively requiring unbounded input handling. Sliding windows and streaming attention approaches with relative position encodings (e.g., RoPE, ALiBi) enable infinite-length streams without retraining, but still struggle with tasks that require very long-range dependencies.
  • Chunk-based aggregation: Some engines (e.g., vLLM) split long sequences into chunks, pool each chunk into embeddings, and then average them. This is simple and efficient but limits cross-chunk interaction and global reasoning.

Overall, long-context support requires combining cache management, context compression, and streaming attention rather than relying on a single technique.


2. Complex Logical Reasoning and CoT-friendly Inference

LLMs are increasingly used for complex reasoning tasks, such as multi-step problem solving, autonomous chain-of-thought (CoT) generation, and tool-based workflows:

  • CoT explosion: CoT and multi-turn refinement can dramatically increase token usage in the decode phase, causing quasi-linear growth in FLOPs and memory traffic. KV cache capacity and bandwidth become critical bottlenecks.
  • KV optimization for reasoning: Low-rank and sparse KV caching (e.g., keeping Keys in compressed form and reconstructing Values on demand) can mitigate memory pressure and bandwidth costs in long reasoning chains.
  • Queue interference: Long CoT requests can cause head-of-line blocking, degrading TTFT for short, interactive requests. Splitting prefill and decode across heterogeneous devices and batching them separately helps reduce interference and maintain responsiveness.
  • Conciseness vs. verbosity: Overly verbose CoT does not always improve answer quality and can lead to bloated responses. Metrics such as โ€œcorrect-and-conciseโ€ and reward shaping that penalize unnecessary tokens are important for practical deployments.
  • Session continuity: Engines must support streaming outputs, multi-turn session management, and stable handling of long reasoning flows as first-class concerns.

3. Application-driven Engine Design and Low-rank Decomposition

Inference engines must balance application requirements against system constraints:

  • Latency vs. throughput: Interactive applications (chatbots, translators, copilots) prioritize latency, while batch workloads (e.g., offline translation or summarization) prioritize throughput. Engines should expose tunable profiles and scheduling policies for different scenarios.
  • Model-level compression with low-rank decomposition: LLMs exhibit relatively low computational density for their parameter scale, making pure quantization/pruning insufficient. Low-rank decomposition bridges this gap by:
    • Factorizing weight matrices/tensors into low-rank components using SVD or tensor techniques (Tensor Train, Tensor Ring, Tucker).
    • Applying rank-constrained training or post-hoc decomposition to control the latencyโ€“accuracy trade-off.
  • Two stages of application: Low-rank structure can be imposed:
    • During pre-training, by parameterizing layers directly in low-rank form.
    • As post-training compression, where layer-wise ranks are tuned to match hardware and latency targets.
  • Hardware-aware co-design: To unlock full benefits:
    • Ranks and decomposition dimensions must consider warp size, memory bank layout, shared memory capacity, and tensor core block sizes.
    • Multiple small matrix multiplications should be fused into single kernels or reorganized into tensor-core-friendly blocks to avoid kernel launch overhead and global memory thrashing.
    • Schedulers should reorder the computation graph so low-reuse regions stay in faster memories (registers/shared memory), alleviating bandwidth bottlenecks.

Low-rank decomposition thus complements engine-level optimization. Engines that already support post-training quantization (e.g., via libraries like Unsloth) can further improve efficiency by adding low-rank modules, enabling personal and edge deployment of larger models.


4. LLM Alignment at Training and Inference Time

As LLMs spread across domains, alignment (usefulness, safety, policy compliance, tone) becomes as important as raw task accuracy:

  • Alignment methods:
    • SFT โ†’ RLHF: Supervised fine-tuning followed by reinforcement learning from human feedback with reward models and PPO.
    • RLAIF / Constitutional AI: Replacing human feedback with AI judges, guided by constitutions or policies.
    • DPO and related methods: Directly optimizing the policy from preference pairs without explicit reward models or PPO.
  • Frameworks and tooling: Large-scale alignment frameworks (Verl, LlamaRL, TRL, OpenRLHF, DeepSpeed-Chat) combine RLHF, DPO, and AI feedback in scalable pipelines.
  • Impact on inference: Well-aligned models:
    • Reduce retries and downstream filtering by matching user intent and policies more reliably.
    • Produce more stable output formats and lengths, simplifying batch scheduling and response shaping.

Alignment does not reduce parameter counts, so engines must still combine alignment-aware models with quantization, KV caching, and smart batching to meet real-time service goals.


5. Hardware-aware Fusion and Mixed-precision Kernels

Generative AI workloads based on Transformers and diffusion models demand more sophisticated kernel design:

  • Advanced fusion: Beyond simple operator fusion, kernels like FlashAttention-3 use hardware-conscious tiling and memory layouts tuned to GPUs such as NVIDIA H100.
  • Microscaling datatypes: Emerging low-precision formats (FP4, MXFP4, NVFP4) enable:
    • Faster GEMM operations and lower memory footprint.
    • Competitive training and inference accuracy when combined with robust scaling, gradient estimation, and outlier handling (e.g., Random Hadamard transforms).
  • MoE-friendly quantization: For mixture-of-experts (MoE) models, quantizing expert weights into FP4/MXFP4 can dramatically reduce memory usage, storing parameters effectively at around four bits while preserving utility.
  • Engine requirements: To deploy these formats in production, inference engines must:
    • Provide FP4/MXFP4-aware kernels and cache layouts.
    • Integrate with hardware-specific features of modern accelerators (e.g., Blackwell, H100) to maximize utilization.
    • Support mixed-precision pipelines that combine ultra-low precision weights with higher-precision activations or accumulators where needed.

6. On-device Inference and Knowledge Distillation

The demand for on-device and on-premise inference is growing due to privacy, latency, and offline requirements:

  • From LLMs to SLMs: Compact models (e.g., Llama 3.2, Gemma, Phi-3, Pythia) enable LLM-style capabilities on embedded systems, mobile devices, IoT endpoints, and single-GPU setups.
  • Edge-specific optimizations:
    • Tolerance-aware compression, I/O recomputation pipelines, and chunk lifecycle management for mobile hardware.
    • Collaborative inference across multiple edge devices to share computational workloads.
    • 4-bit quantization and offloading of model weights, activations, and KV caches between GPU, CPU, and disk for resource-constrained environments.
  • Knowledge distillation (KD):
    • KD compresses large โ€œteacherโ€ models into smaller โ€œstudentโ€ models while maintaining accuracy.
    • Different knowledge sources include labels, probability distributions, intermediate features, curated synthetic data, feedback signals, and self-filtered outputs.
    • Distillation can be applied during fine-tuning or over the full pre-training pipeline, via supervised learning, divergence-based losses, or RL-style optimization.
    • White-box KD leverages teacher logits and internal states for fine-grained alignment, while black-box KD (e.g., via APIs) relies only on final outputs and tends to be less sample-efficient.

Engines that support training loops can integrate KD directly; otherwise, they can still support light-weight distillation via student generation from teacher outputs.


7. Heterogeneous Hardware and Accelerator Support

LLM inference is no longer GPU-only. TPUs, NPUs, FPGAs, ASICs, and PIM/NDP platforms are increasingly relevant:

  • Diverse accelerators: AWS Inferentia, Google TPU, AMD Instinct MI300X, Furiosa, Cerebras, and others offer varied architectures and memory systems.
  • Hardware-specific strategies:
    • Optimal partitioning of prefill and decode phases.
    • Hardware-aware quantization, sparsity, and speculative decoding strategies that behave differently depending on batch size and memory hierarchy.
  • Software stacks:
    • TPUs typically rely on XLA and JAX.
    • Other accelerators provide dedicated stacks (e.g., GroqWare/GroqFlow).
    • Some engines (e.g., vLLM) are starting to support multiple backends (TPU, AMD, Ascend, etc.), but full official integration is still limited.
  • Vendor-driven integration: Because adapting engines to new hardware often requires deep modifications (runtime, compiler, kernel libraries), hardware vendors increasingly provide their own wrappers and forks tailored to their accelerators.

Broad heterogeneous support requires careful co-design across engines, compilers, runtimes, and hardware vendors.


8. Multimodal LLM Inference

Most existing inference engines are text-centric, but real-world intelligence requires multimodal capabilities:

  • Multimodal models: Architectures like Qwen2-VL and LLaVA-1.5 process images, text, and potentially audio/video, requiring:
    • Efficient multimodal preprocessing pipelines.
    • Multi-stream parallel execution across different modalities.
  • Modality-aware compression:
    • Standard quantization must be adapted so that modality-specific features are preserved.
    • Compression schemes should minimize information loss in visual/audio channels while still reducing memory and compute.
  • Hardware-accelerated multimodal decoding:
    • Speculative decoding and other fast-decoding techniques should be extended to multimodal inputs.
    • Multimodal Rotary Position Embedding (M-RoPE) extends positional encodings to better capture relationships across modalities and sequences.

Inference engines must evolve beyond text-only assumptions to support these heterogeneous inputs and computations.


9. Alternative Architectures Beyond Transformers

Although Transformers still dominate, alternative and hybrid architectures are rapidly emerging:

  • Selective State Space Models (SSMs): RetNet, RWKV, and Mamba replace or augment attention with state-space layers, enabling:
    • Linear-time processing of long sequences.
    • More memory-friendly scaling for long-context tasks.
  • Hybrid and MoE architectures:
    • Jamba combines Mamba and Transformers with MoE to increase capacity while keeping active parameters manageable during inference.
    • IBM Granite 4.0 integrates Mamba-based and Transformer-based components to reduce memory usage by over 70% while maintaining competitive accuracy, and operates across various hardware (e.g., GPUs, NPUs).
  • Engine implications: Future inference systems must:
    • Support non-Transformer primitives (state-space layers, different update rules, etc.).
    • Be flexible enough to incorporate hybrid graphs that mix attention, MoE, and SSM blocks.
    • Expose scheduling and memory policies that work for both standard Transformers and emerging architectures.

10. Security and Robustness in Inference

LLM inference introduces new security risks:

  • Threats:
    • Prompt injection and jailbreak attempts that override system instructions.
    • Data leakage in sensitive domains such as finance and healthcare.
    • Generation of harmful, misleading, or malicious content.
  • Mitigation strategies:
    • Robust training (e.g., adversarial training) to harden models against malicious inputs.
    • Runtime safeguards: content moderation, instruction guarding, and input sanitization to block or neutralize high-risk queries.
    • Service-level controls: role-based access control (RBAC), multi-factor authentication (MFA), short-lived access tokens, and strict logging/auditing policies.
  • Engine role: Most engines currently focus on performance but rely on upstream or downstream filters and policies for security. A future direction is to treat security and robustness as first-class concerns within the engine itself (e.g., integrating moderation hooks and policy-aware routing).

11. Cloud Orchestration and Multi-node / Multi-agent Serving

Large-scale LLM services require robust orchestration and serving platforms:

  • Cloud-native deployment:
    • Kubernetes for container orchestration and autoscaling.
    • Prometheus and Grafana for resource monitoring and visualization.
    • Ray, Triton, Hugging Face Spaces, and other frameworks for distributed serving and scheduling.
  • MoE and multi-agent scaling:
    • As MoE and multi-agent workloads grow, serving moves from single device/node setups to multi-device, multi-node clusters.
    • Disaggregating attention and FFN modules, and overlapping them via ping-pong pipeline parallelism, can significantly increase GPU utilization and throughput for MoE models.
  • KV cache sharing and communication:
    • KV cache reuse across models or agents (e.g., via offset-based reuse or cache projection and fusion) reduces redundant prefill computation and inter-model communication.
    • Enhanced collective communication libraries (beyond standard NCCL) with zero-copy transports, fault-tolerant All-Reduce, and optimized AllToAll-like primitives improve performance in large multi-node environments.

As LLM services scale to tens or thousands of GPUs and multiple agents, inference engines must incorporate capabilities like distributed expert placement, KV cache sharing, and high-performance communication to meet real-world service-level objectives.


In summary, future LLM inference engines must evolve from โ€œfast Transformer executorsโ€ into general-purpose, alignment-aware, secure, and hardware-conscious platforms that can:

  • Handle extremely long contexts and complex reasoning.
  • Support multimodal and alternative model architectures.
  • Run efficiently on heterogeneous hardware and edge devices.
  • Integrate alignment, security, and cloud orchestration as first-class features.

This holistic view of optimizationโ€”across models, engines, hardware, and serving platformsโ€”will be crucial for building robust, scalable LLM systems.

๐Ÿค Contributing

We welcome community contributions! Feel free to:

  • Add new inference engines, serving gateways, or papers
  • Update benchmarks or hardware support
  • Submit PRs for engine usage examples or tutorials

โš–๏ธ License

MIT License. See LICENSE for details.

๐Ÿ“ Citation

@misc{awesome_inference_engine,
  author       = {Sihyeong Park, Sungryeol Jeon, Chaelyn Lee, Seokhun Jeon, Byung-Soo Kim, and Jemin Lee},
  title        = {{Awesome-LLM-Inference-Engine}},
  howpublished = {\url{https://github.com/sihyeong/Awesome-LLM-Inference-Engine}},
  year         = {2025}     
}
@article{10.1145/3803798,
author = {Park, Sihyeong and Jeon, Sungryeol and Lee, Chaelyn and Jeon, Seokhun and Kim, Byung-Soo and Lee, Jemin},
title = {A Survey on Inference Engines for Large Language Models: Perspectives on Optimization and Efficiency},
year = {2026},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
issn = {2157-6904},
url = {https://doi.org/10.1145/3803798},
doi = {10.1145/3803798},
note = {Just Accepted},
journal = {ACM Trans. Intell. Syst. Technol.},
month = mar,
keywords = {Large Language Model, Transformer, Inference Engine, Framework, Optimization}
}