You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in certain use cases, I do not have a specific example to share, it seems it relies on cached value. I am seeing this when using Llama-3.2-vision (11b). I am trying to process images, and for certain images, which are pretty similar looking, probably because of the encoding value, it seems to be using the cached value. Can I pass something in the JSON load that I am sending to Ollama, to not use cache, or can it be tied to the CLIP/embedding model? Thanks!
FWIW, it's happening on both Mac and Linux environments
The text was updated successfully, but these errors were encountered:
So in certain use cases, I do not have a specific example to share, it seems it relies on cached value. I am seeing this when using
Llama-3.2-vision (11b)
. I am trying to process images, and for certain images, which are pretty similar looking, probably because of the encoding value, it seems to be using the cached value. Can I pass something in the JSON load that I am sending to Ollama, to not use cache, or can it be tied to the CLIP/embedding model? Thanks!FWIW, it's happening on both Mac and Linux environments
The text was updated successfully, but these errors were encountered: