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
Thank you for reporting us for this problem! It's the same with #639, which is supposed to be fixed by #647. We will publish a patch release 0.11.2 soon.
Congratulations for adding LLaVA support starting with version 0.11.1.
It works very well!
Still, clip model is very slow.
I have Cuda12 and llava-mistral model is using GPU, as expected, but the clip model is not, instead is using the CPU.
NativeLibraryConfig.Instance
.WithCuda(true)
.WithLogs(true)
.WithAvx(NativeLibraryConfig.AvxLevel.Avx512);
Should the clip model run on GPU as well?
The text was updated successfully, but these errors were encountered: