summaryrefslogtreecommitdiff
path: root/examples/llava/clip.cpp
AgeCommit message (Expand)Author
2024-08-12Merge mainline - Aug 12 2024 (#17)Kawrakow
2024-07-27Merge mainline llama.cpp (#3)Kawrakow
2024-05-10llava : fix moondream support (#7163)Andrei
2024-05-08Revert "llava : add support for moondream vision language model (#6899)"Georgi Gerganov
2024-04-25llava : add support for moondream vision language model (#6899)vik
2024-04-25clip : rename lerp function to avoid conflict (#6894)Daniel Bevenius
2024-04-21llava : use logger in llava-cli (#6797)Justine Tunney
2024-03-28llava : fix MobileVLM (#6364)Ziang Wu
2024-03-26cuda : rename build flag to LLAMA_CUDA (#6299)slaren
2024-03-20llava : add MobileVLM_V2 backup (#6175)Ziang Wu
2024-03-20Revert "llava : add a MobileVLM_V2-1.7B backup (#6152)"Georgi Gerganov
2024-03-20llava : add a MobileVLM_V2-1.7B backup (#6152)Ziang Wu
2024-03-18clip : fix memory leak (#6138)Felix
2024-03-15llava : change API to pure C style for Rust FFI bindgen (#6079)Ting Lou
2024-03-14gguf : fix resource leaks (#6061)Steve Grubb
2024-03-09ggml : remove old quantization functions (#5942)Georgi Gerganov
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