index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
llava
/
clip.cpp
Age
Commit message (
Expand
)
Author
2024-08-12
Merge mainline - Aug 12 2024 (#17)
Kawrakow
2024-07-27
Merge mainline llama.cpp (#3)
Kawrakow
2024-05-10
llava : fix moondream support (#7163)
Andrei
2024-05-08
Revert "llava : add support for moondream vision language model (#6899)"
Georgi Gerganov
2024-04-25
llava : add support for moondream vision language model (#6899)
vik
2024-04-25
clip : rename lerp function to avoid conflict (#6894)
Daniel Bevenius
2024-04-21
llava : use logger in llava-cli (#6797)
Justine Tunney
2024-03-28
llava : fix MobileVLM (#6364)
Ziang Wu
2024-03-26
cuda : rename build flag to LLAMA_CUDA (#6299)
slaren
2024-03-20
llava : add MobileVLM_V2 backup (#6175)
Ziang Wu
2024-03-20
Revert "llava : add a MobileVLM_V2-1.7B backup (#6152)"
Georgi Gerganov
2024-03-20
llava : add a MobileVLM_V2-1.7B backup (#6152)
Ziang Wu
2024-03-18
clip : fix memory leak (#6138)
Felix
2024-03-15
llava : change API to pure C style for Rust FFI bindgen (#6079)
Ting Lou
2024-03-14
gguf : fix resource leaks (#6061)
Steve Grubb
2024-03-09
ggml : remove old quantization functions (#5942)
Georgi Gerganov
2024-02-19
llava : remove extra cont (#5587)
Georgi Gerganov
2024-02-19
llava : replace ggml_cpy with ggml_cont
slaren
2024-02-15
clip : fix wrong loop condition
Georgi Gerganov
2024-02-15
llava : fix memory management bug (#5491)
Elbios
2024-02-14
llava : support v1.6 (#5267)
John
2024-02-12
sync : ggml (#5452)
Georgi Gerganov
2024-01-27
llava : support for Yi-VL and fix for mobileVLM (#5093)
John
2024-01-27
Remove unused data and add fixes (#5154)
Michael Klimenko
2024-01-23
minor : clean-up some warnings and style (#5094)
Georgi Gerganov
2024-01-22
llava : MobileVLM support (#4954)
XiaotaoChen
2024-01-10
clip : support more quantization types (#4846)
John
2023-12-30
clip : refactor + bug fixes (#4696)
Georgi Gerganov
2023-12-29
clip : use ggml_backend_buffer_is_host (#4205)
Georgi Gerganov
2023-12-29
clip : enable gpu backend (#4205)
Steward Garcia
2023-12-21
ggml : change ggml_scale to take a float instead of tensor (#4573)
Georgi Gerganov
2023-12-14
ggml : remove n_dims from ggml_tensor (#4469)
slaren
2023-12-12
english : use `typos` to fix comments and logs (#4354)
Richard Kiss
2023-11-13
llava : fix regression for square images in #3613 (#4056)
M. Yusuf Sarıgöz
2023-11-13
sync : ggml (backend v2) (#3912)
Georgi Gerganov
2023-11-07
llava : expose as a shared library for downstream projects (#3613)
Damian Stewart
2023-10-22
server : parallel decoding and multimodal (#3677)
Georgi Gerganov
2023-10-19
llava : avoid segfault in case of non-existent mmproj file (#3674)
M. Yusuf Sarıgöz
2023-10-12
examples: support LLaVA v1.5 (multimodal model) (#3436)
M. Yusuf Sarıgöz