Batching
Batching combines multiple requests so shared hardware can process them more efficiently.
Category
These terms describe common ways to make inference faster, denser, and more efficient on shared hardware.
Terms that reduce latency and raise model capacity.
In a daily board, this category groups terms by their shared role. Look for four cards that describe the same mechanism, risk area, or workflow rather than four words that merely sound similar.
These entries are vocabulary notes for learning. They are not project endorsements, token recommendations, exchange rankings, or trading signals.
Batching combines multiple requests so shared hardware can process them more efficiently.
A KV cache stores prior attention keys and values so generation can continue faster.
Quantization reduces numerical precision so models use less memory and often run faster.
Tensor parallelism divides model computation across multiple devices to increase usable throughput.