summaryrefslogtreecommitdiff
path: root/examples/llava/clip.cpp
AgeCommit message (Expand)Author
2024-02-19llava : remove extra cont (#5587)Georgi Gerganov
2024-02-19llava : replace ggml_cpy with ggml_contslaren
2024-02-15clip : fix wrong loop conditionGeorgi Gerganov
2024-02-15llava : fix memory management bug (#5491)Elbios
2024-02-14llava : support v1.6 (#5267)John
2024-02-12sync : ggml (#5452)Georgi Gerganov
2024-01-27llava : support for Yi-VL and fix for mobileVLM (#5093)John
2024-01-27Remove unused data and add fixes (#5154)Michael Klimenko
2024-01-23minor : clean-up some warnings and style (#5094)Georgi Gerganov
2024-01-22llava : MobileVLM support (#4954)XiaotaoChen
2024-01-10clip : support more quantization types (#4846)John
2023-12-30clip : refactor + bug fixes (#4696)Georgi Gerganov
2023-12-29clip : use ggml_backend_buffer_is_host (#4205)Georgi Gerganov
2023-12-29clip : enable gpu backend (#4205)Steward Garcia
2023-12-21ggml : change ggml_scale to take a float instead of tensor (#4573)Georgi Gerganov
2023-12-14ggml : remove n_dims from ggml_tensor (#4469)slaren
2023-12-12english : use `typos` to fix comments and logs (#4354)Richard Kiss
2023-11-13llava : fix regression for square images in #3613 (#4056)M. Yusuf Sarıgöz
2023-11-13sync : ggml (backend v2) (#3912)Georgi Gerganov
2023-11-07llava : expose as a shared library for downstream projects (#3613)Damian Stewart
2023-10-22server : parallel decoding and multimodal (#3677)Georgi Gerganov
2023-10-19llava : avoid segfault in case of non-existent mmproj file (#3674)M. Yusuf Sarıgöz
2023-10-12examples: support LLaVA v1.5 (multimodal model) (#3436)M. Yusuf Sarıgöz