Hugging Face Transformers endpoint slices return stale data during A/B testing
Problem Description During a production A/B test that routes traffic to two model variants (v1 and v2) via Hugging Face Inference Endpoints, a subset of requests returns predictions from the previous model version. The symptom manifests as: Inconsistent inference results for identical inputs. Log entries such as ModelVersionMismatchError: Expected version ‘v2’, but serving ‘v1’. Cache‑related warnings: … Read more