ai-llm-inference

Featured

LLM inference patterns for latency, batching, caching, quantization, routing, and serving stacks. Use when optimizing throughput, tail latency, or serving cost.

AI & Automation 80 stars 17 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
64
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# LLM Inference Production Skill Hub Operational guidance for choosing and tuning modern inference stacks. Focus on runtime fit, routing, output guarantees, adapter loading, multimodal serving, and measured performance under load. Use current primary sources for volatile facts such as versions, hardware support, benchmarks, pricing, and release status. ## ASCII Flow ```text serving workload | v intake model + modality + context + QPS + latency SLO + hardware + output contract | v serving design engine + router + batching + cache + quantization + structured outputs | v benchmark TTFT + ITL + throughput + error rate + quality floor | v production serving path capacity plan + rollout + monitoring + rollback thresholds ``` ## When to Use This Skill Use this skill when the user asks for: - inference engine selection or stack comparison - latency, TTFT, ITL, or throughput optimization - cache-aware routing or control-plane design - quantization strategy by runtime and hardware - multi-GPU or multi-node serving - structured outputs or constrained decoding at serve time - multimodal or encoder-decoder serving patterns - LoRA or multi-adapter serving - cost reduction for self-hosted or API inference - benchmarking, profiling, or capacity planning - CPU or edge deployment with GGUF or llama.cpp ## Scope Boundaries - Prompting, fine-tuning, eval sets -> [ai-llm](../ai-llm/SKILL.md) - RAG pipeline design -> [ai-rag](../ai-rag/SKILL.md) - Deployment automa...

Details

Author
vasilyu1983
Repository
vasilyu1983/AI-Agents-public
Created
9 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category