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
Age
Commit message (
Expand
)
Author
2023-11-17
llava : fix compilation warning that fread return value is not used (#4069)
Huawei Lin
2023-11-16
Respect tokenizer.ggml.add_bos_token value when tokenizing (#4040)
Kerfuffle
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
Use params when loading models in llava-cli (#3976)
Matthew Tejo
2023-11-07
llava : expose as a shared library for downstream projects (#3613)
Damian Stewart
2023-11-02
build : link against build info instead of compiling against it (#3879)
cebtenzzre
2023-10-23
llama : remove token functions with `context` args in favor of `model` (#3720)
Marcus Dunn
2023-10-22
server : parallel decoding and multimodal (#3677)
Georgi Gerganov
2023-10-20
sampling : refactor init to use llama_sampling_params (#3696)
Georgi Gerganov
2023-10-19
multimodal : add BakLLaVA conversion support (#3682)
M. Yusuf Sarıgöz
2023-10-19
llava : avoid segfault in case of non-existent mmproj file (#3674)
M. Yusuf Sarıgöz
2023-10-18
speculative : add tree-based sampling example (#3624)
Georgi Gerganov
2023-10-16
llava : fix tokenization to not add bos between image embeddings and user pro...
Georgi Gerganov
2023-10-14
Honor -ngl option for Cuda offloading in llava (#3621)
M. Yusuf Sarıgöz
2023-10-12
examples: support LLaVA v1.5 (multimodal model) (#3436)
M. Yusuf Sarıgöz