You have a shared pool of 8 GPUs serving two model types in an inference system: a large model that requires all 8 GPUs per batch request, and a small model that requires only 1 GPU per batch request. Both models have the same per-batch inference latency. Design the dispatching,…