Tag: #vllm
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 35 posts
AI Model Serving and Inference Optimization Complete Guide: vLLM, TensorRT, Triton, Ollama
The complete guide to efficiently serving AI models in production. Master vLLM, TensorRT, NVIDIA Triton Inference Server, Ollama, quantization (INT8/INT4), batch processing, and latency optimization with real-world examp
2026-03-17 · 19 min read #mlops#model-serving#vllm#tensorrt#tritonComplete Guide to AI Model Deployment & Serving: Triton, vLLM, BentoML, and Kubernetes
A production-ready guide covering Docker GPU containers, Kubernetes HPA, NVIDIA Triton, vLLM LLM serving, BentoML, and Ray Serve for deploying AI models at scale.
2026-03-17 · 12 min read #modelserving#triton#vllm#bentoml#kubernetesGPU Memory Management & LLM Inference Optimization: vLLM, PagedAttention, GPTQ, TensorRT-LLM
A complete guide to LLM inference optimization covering HBM memory hierarchy, KV cache calculations, PagedAttention, GPTQ/AWQ quantization, continuous batching, and vLLM vs TensorRT-LLM comparison.
2026-03-17 · 16 min read #gpumemory#llminference#vllm#paged-attention#gptqOpen-Source LLM Landscape Guide: Models, Tools, and Deployment in 2026
A comprehensive guide to the open-source LLM ecosystem in 2026. Covers the leading model families (Llama, Mistral, Gemma, Qwen, DeepSeek), local inference tools (Ollama, llama.cpp, vLLM), fine-tuning techniques (LoRA, QL
2026-03-17 · 20 min read #open-source#llm#llama#mistral#gemmaLLM Inference Optimization Complete Guide: KV Cache, Speculative Decoding, Continuous Batching
A complete guide to pushing LLM inference to its limits. Covers KV Cache, Speculative Decoding, Continuous Batching, PagedAttention, FlashInfer, multi-GPU inference, and DeepSeek MLA in depth.
2026-03-17 · 25 min read #llm#inference#optimization#kv-cache#speculative-decodingThe Complete Guide to LLM Inference Optimization: vLLM, TensorRT-LLM, Speculative Decoding
A comparative analysis of key technologies for maximizing LLM inference performance — vLLM, TensorRT-LLM, Speculative Decoding, and KV Cache optimization — with practical code examples and benchmarks.
2026-03-14 · 19 min read #llm#inference-optimization#vllm#tensorrt-llm#speculative-decodingLLM Inference Serving Framework Comparison: TensorRT-LLM vs vLLM vs SGLang Production Deployment Strategy
A comparison of LLM inference serving frameworks — TensorRT-LLM, vLLM, and SGLang — with production deployment strategies.
2026-03-12 · 21 min read #llm#inference#tensorrt-llm#vllm#sglangComplete Guide to vLLM Production Serving Optimization: From PagedAttention to Kubernetes Deployment
A comprehensive production-focused guide covering vLLM core architecture including PagedAttention, optimization techniques such as Continuous Batching, Tensor Parallelism, Speculative Decoding, and Prefix Caching, detail
2026-03-07 · 18 min read #llm#vllm#paged-attention#continuous-batching#tensor-parallelismvLLM PagedAttention Production Serving Optimization and Inference Engine Comparison Guide
A comprehensive LLM serving guide covering vLLM PagedAttention algorithm, production deployment, performance tuning, SGLang/TensorRT-LLM comparison, and Kubernetes integration.
2026-03-06 · 22 min read #llm#vllm#paged-attention#model-serving#2026-03LLM Multimodal Vision-Language Model Serving and Optimization Practical Guide
A practical guide to serving and optimizing multimodal vision-language models in production.
2026-03-05 · 24 min read #llm#multimodal#vlm#vllm#2026-03The Complete vLLM Guide — From PagedAttention to Production Optimization
Covering everything about LLM inference optimization — from vLLM core PagedAttention mechanism to Continuous Batching, Tensor/Pipeline Parallelism, and Prefix Caching.
2026-03-03 · 9 min read #llm#vllm#inference#paged-attention#model-servingAccelerating LLM Inference 2-3x with Speculative Decoding: From Theory to Production
A deep dive into the mathematical foundations of Speculative Decoding, the Draft-Verify pipeline, acceptance probability analysis, practical implementation in vLLM/TensorRT-LLM, and Apple's Mirror Speculative Decoding.
2026-03-02 · 8 min read #llm#speculative-decoding#inference#optimization#vllmLLM Inference Optimization: In-Depth Analysis of vLLM and TensorRT-LLM
Analyzing core LLM inference optimization techniques including PagedAttention, Continuous Batching, and quantization, based on the official documentation of vLLM and TensorRT-LLM.
2026-03-01 · 22 min read #llm#inference#vllm#tensorrt-llm#optimizationThe New Throne Beyond vLLM: 5 Reasons SGLang Is Changing the LLM Inference Landscape
From SGLang's RadixAttention-based KV cache management and 29% throughput advantage through hyper-specialized design, to its 4,000-line Python zero-overhead scheduler, Prefill-Decode Disaggregation, and Compressed FSM-ba
2026-03-01 · 35 min read #sglang#llm-inference#vllm#radix-attention#model-servingThe Complete Guide to vLLM & Ollama: LLM Serving Engine Setup, Parameters, and Environment Variables
A comprehensive deep dive comparing vLLM PagedAttention architecture and Ollama local LLM runtime environments. Covers everything from installation, server startup, API calls, key CLI arguments, sampling parameters, envi
2026-03-01 · 46 min read #vllm#ollama#model-serving#inference#gpu