Reading up on TensorRT-LLM
1 deep · digging since nov 24, 25
- How LLM Inference Works
LLM inference works by tokenizing input, computing embeddings through transformer layers, then generating tokens autoregressively with KV caching and quantization optimizations.