Skip to the content.

LLM Inference on Constrained GPUs

Knowledge bundle capturing patterns, gotchas, and architectural decisions for deploying LLM inference servers on NVIDIA GPUs with limited VRAM (≤ 4 GB). Derived from real-world deployment sessions with IBM Granite models on an RTX A500 Laptop GPU.

Concepts

Document Topic
vllm-vs-llamacpp-gpu-philosophy.md Fundamental architectural difference: GPU-first vs CPU-first inference
containerized-inference-pattern.md Reusable pattern for GPU-accelerated containerized model serving
gpu-layer-tuning-methodology.md How to find optimal GPU layer count for llama.cpp on limited VRAM
context-window-agentfs-requirements.md Minimum context window requirements for AgentFS compatibility
fedora-nvidia-container-gotchas.md Fedora-specific NVIDIA + Podman pitfalls and workarounds
vllm-quantization-pitfalls.md vLLM quantization failure modes and solutions

Log

Date Change
2026-08-04 Initial bundle creation from deployment session on rhtevan-work