Gemini API server unreachable during high concurrency inference
Problem: Gemini API Server Unreachable During High‑Concurrency Inference During fine‑tuning runs that employ a multi‑node GPU cluster with PyTorch Distributed Data Parallel (DDP), each forward pass makes a synchronous call to the Google Gemini API to obtain reward scores or augmented samples. When the inference workload exceeds a few hundred concurrent requests, the training job … Read more