GPT-3.5 token misalignment with image embeddings during high concurrency
Problem Description During a high‑throughput inference window, a service that calls the GPT‑3.5‑turbo‑vision endpoint began returning captions that ignored the supplied image or described unrelated scenes. The issue manifested under load (≈5 000 concurrent multimodal calls) and was intermittent, affecting roughly 2‑3 % of responses. Typical symptoms observed in the logs: [2024-08-05 14:22:31.842] ERROR visual_token_offset mismatch: expected … Read more