#
#llm-serving
Everything tagged with llm-serving across all content types.
5 posts
Troubleshooting
Fix vLLM CUDA OutOfMemoryError in Kubernetes
vLLM crashing with torch.cuda.OutOfMemoryError on Kubernetes? Tune gpu_memory_utilization, tensor_parallel_size, max_num_seqs, and max_model_len to fix it fast.
Critical · vLLM · torch.cuda.OutOfMemoryError
Blog
Deploying Autonomous AI Agents on an M2 MacBook
A hands-on guide to AI agent M2 deployment: run a local LLM on 8GB Apple Silicon, wire up a CrewAI agent, and keep memory under control.
aiops · Jul 6, 2026 · 9 min read
Comparison
Top LLMOps Tools: Deploying & Managing LLMs in Production
Compare vLLM, TGI, Ollama, BentoML, and Ray Serve for production LLM serving. Real Helm values, GPU overhead, autoscaling, and a decision matrix.
5 tools
Blog
Choosing an LLM Serving Engine: vLLM vs TGI
Choosing an LLM serving engine? This guide compares vLLM vs TGI. Learn when vLLM's raw performance is worth the operational cost for your specific use case.
aiops · May 6, 2026 · 10 min read
Blog
Local LLM for Log Analysis: Privacy-First Debugging with Ollama
Stop sending sensitive logs to the cloud. Learn how to use Ollama and Llama 3 for secure, privacy-first log analysis and root cause diagnosis.
ai-devops · Apr 23, 2026 · 12 min read