Sending same image concurrently yields different results

#121
by asaf-levy015 - opened

We have a use case of a PDF file with 5 pages; each page has the SAME image. We crop the image from each page and perform 5 CONCURRENT requests with same prompt for that image.
We ensured that the sent cropped image is indeed the same for each page.
We expected that the results will be the same but only one result was the correct one; a correct result is the one that equals the result we get when we send this image not as part of concurrent execution.
Is that a normal behavior of the model and is there an approval to that by Meta?
If not and I'm supposed to get the same results for same image when sending CONCURRENT requests with same image, what can be the reason for that?

Sign up or log in to comment