M. Yusuf Sarıgöz
M. Yusuf Sarıgöz
I'm trying to run this PR, but I'm getting an assertion error when running the `build.py` script even without weight-only quantization (with FP32 too). Couldn't figure out the reason. Development...
@eycheung It was pre-released 0.9.0. Now I'll try to extract `EncDec` module to my user scripts and then modify examples to import it instead, bringing your PR and the latest...
Hi @ningshanwutuobang, I implemented [clip.cpp](https://github.com/monatis/clip.cpp), and was thinking of using it in some kind of llava.cpp, I learned about your work in this PR thanks to the discussion in #1996....
I'm not sure that we should include it in Quaterion as I'm not familiar with any use of the weighted Jaccard distance in deep metric learning. What is your motivation...
As Far as I know, there's nothing like "ggml file format," as in TensorFlow or Pytorch. It's an arbitrary binary file and, and it's up to you how you implement...
Hi, is this planned for any time soon, or should I give it a try myself? I want to implement `clip.cpp` as CLIP is frequently used in large multimodal models,...
Thanks for the hints and pointing me to the right direction! Let's see what I can achieve with it.
Oh sorry, missed that. I'll fix it.
This is ready for review now.
Hi @ggerganov Can ı have your attention here please? [clip.cpp](https://github.com/monatis/clip.cpp) is almost ready, and I'm only crafting more examples and then I can announce it. I can also add a...