1. Estimate model memory
Include weights and persistent serving overhead after the chosen precision or quantization is applied.
2. Enter per-request memory
Use a measured or estimated KV-cache and workspace amount for the typical context and output length.
3. Set peak concurrency
Enter simultaneous active requests, not requests per second.
4. Describe each GPU
Provide physical memory, usable-memory percentage, and the observed request slots one GPU can sustain.
5. Review the binding constraint
The larger of memory demand and concurrency demand determines the displayed GPU count.