Multimodal alignment error in Prometheus after model update

aerial view of city during daytime

Problem After upgrading the CLIP‑like vision‑language model to the version shipped with Prometheus v2.4.1, evaluation runs on multimodal benchmarks (e.g., COCO caption, Flickr30k) began producing divergent scores between the text and image modalities. Typical symptoms include: Cross‑modal retrieval MAP dropped ~15 % while text‑only metrics stayed flat (Production run on the COCO caption benchmark). ~3 % of … Read more

HAProxy multimodal alignment error in Kubernetes cluster

img IX mining rig inside white and gray room

Problem: HAProxy “multimodal alignment” errors in a mixed‑protocol Kubernetes ingress In a GKE‑based AI platform the same HAProxy ingress is used to expose: TensorFlow Serving (gRPC over HTTP/2) FastAPI inference endpoints (HTTP/1.1) WebSocket streams (HTTP/1.1 upgrade) After a rolling update the following symptoms appeared: [WARNING] 2026/07/08 10:12:45 HA-Proxy[WARN] : content mismatch, header size exceeds payload … Read more

Weaviate multimodal embedding mismatch across AWS regions

img IX mining rig inside white and gray room

Weaviate Multimodal Embedding Mismatch Across AWS Regions Problem Description (Symptoms and Impact) In a multi‑region Weaviate deployment (e.g., us-east-1 and eu-west-1) with cross‑region replication enabled, identical multimodal objects (image + text) produce divergent search results after replication. The most common observable artifacts are: Search recall drops up to 15 % for image‑text queries after a regional failover (see … Read more

vLLM multimodal inference mismatch between image and text

a white square button with a blue v on it

Problem Description During multimodal inference on an on‑premises server, a custom‑trained vision‑language model integrated with vLLM produces captions and answers that do not correspond to the supplied image. The generated text is either generic (e.g., “a person standing in a room”) or completely unrelated to the visual content. The failure is reproducible across different images … Read more

Multimodal input misalignment after deploying to AWS EC2 from on-prem

Female speaker presenting in front of a projector screen.

Problem Description A multimodal model (text + image) that runs flawlessly on an on‑premises GPU server produces misaligned predictions after being deployed to an AWS EC2 GPU‑optimized instance (e.g., p3.2xlarge or g4dn.xlarge). Typical symptoms observed in the logs are: RuntimeError: size mismatch, tensor A has 768 elements but tensor B has 1024 elements ValueError: Expected input batch … Read more