179 questions
No questions match those filters.
You cut the reranker’s candidate pool from 50 to 10 hop...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansIn many LLM serving scenarios, the bottleneck is not the number of candidates processed but the compute cost of the decode phase. If a model is already significantly over the latency budget, reducing the reranker’s candidate pool provides negligible gains because the decode process remains the primary driver of latency. A larger model configuration increases the bytes moved per decode step, which exacerbates the binding constraint. To improve performance, engineers should focus on optimizing the decode phase rather than adjusting the candidate pool size.