summaryrefslogtreecommitdiff
path: root/examples/llava
AgeCommit message (Expand)Author
2024-04-09BERT tokenizer fixes (#6498)Jared Van Bortel
2024-03-28llava : fix MobileVLM (#6364)Ziang Wu
2024-03-28doc: fix typo in MobileVLM-README.md (#6181)Ziang Wu
2024-03-26cuda : rename build flag to LLAMA_CUDA (#6299)slaren
2024-03-20llava : update MobileVLM-README.md (#6180)Ziang Wu
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-14readme : improve readme for Llava-1.6 example (#6044)Jian Liao
2024-03-09ggml : remove old quantization functions (#5942)Georgi Gerganov
2024-02-25code : normalize enum names (#5697)Georgi Gerganov
2024-02-21llava : add --skip-unknown to 1.6 convert.py (#5632)Daniel Bevenius
2024-02-20server : support llava 1.6 (#5553)CJ Pais
2024-02-20llava : add explicit instructions for llava-1.6 (#5611)Daniel Bevenius
2024-02-19llava : remove extra cont (#5587)Georgi Gerganov
2024-02-19llava : replace ggml_cpy with ggml_contslaren
2024-02-19llava : avoid changing the original BakLLaVA model (#5577)Daniel Bevenius
2024-02-18llava : update surgery script to not remove tensors (#5536)Daniel Bevenius
2024-02-16llava : removed excess free(NULL) operation (#5531)Herman Semenov
2024-02-16ggml : add numa options (#5377)bmwl
2024-02-16llava : fix clip-model-is-vision flag in README.md (#5509)Daniel Bevenius
2024-02-15clip : fix wrong loop conditionGeorgi Gerganov
2024-02-15llava : fix memory management bug (#5491)Elbios
2024-02-15llaba : hotfix for llava-1.6 image number (#5495)John
2024-02-14llava : update README.md (#5489)John
2024-02-14llava : support v1.6 (#5267)John
2024-02-12llava : remove prog parameter from ArgumentParser (#5457)Daniel Bevenius
2024-02-12sync : ggml (#5452)Georgi Gerganov
2024-02-09llava : add requirements.txt and update README.md (#5428)Daniel Bevenius
2024-02-08llava : add missing .py, and fix paths in README.md (#5414)Daniel Bevenius
2024-02-08llava: fix typo/formatting in README.md (#5405)Daniel Bevenius
2024-02-07llava-cli : always tokenize special tokens (#5382)Xiao-Yong Jin
2024-01-31llava : add MobileVLM support (#5132)JidongZhang-THU
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
2024-01-09llava-cli : don't crash if --image flag is invalid (#4835)Justine Tunney
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-29cmake : fix ld warning duplicate libraries libllama.a (#4671)Cuong Trinh Manh
2023-12-29llava-cli : refactor to use sampling library (#4669)Justine Tunney
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