summaryrefslogtreecommitdiff
path: root/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
AgeCommit message (Expand)Author
2023-09-07fix some warnings from gcc and clang-tidy (#3038)Cebtenzzre
2023-09-01llama2c : rename functionGeorgi Gerganov
2023-09-01minor : add const qualifiers (#2853)m3ndax
2023-09-01llama2c : fix segfault and alloc-dealloc-mismatch (#2913)Cebtenzzre
2023-08-28train : mem usage and other improvements (#2439)xaedes
2023-08-27examples : update llama2.c converter to read vocab and write models in GGUF f...Olivier Chafik
2023-08-23minor : fix trailing whitespaceGeorgi Gerganov
2023-08-23examples : restore the functionality to import llama2.c models (#2685)Olivier Chafik
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov
2023-08-12Adding support for llama2.c models (#2559)byte-6174