The GPU is used normally during the model inference stage, but the LLM judge is time-consuming when calculating the score, resulting in low overall GPU utilization. Are there any methods or instructions to use parallel processing when calling the LLM judge API, or to separate the inference and scoring processes?
Thank you!