summaryrefslogtreecommitdiff
path: root/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
AgeCommit message (Expand)Author
2024-05-25train : change default FA argument (#7528)Georgi Gerganov
2024-03-27llama2c : open file as binary (#6332)Georgi Gerganov
2024-03-22convert-llama2c-to-ggml : enable conversion of GQA models (#6237)fraxy-v
2024-02-18ggml, common, examples, tests : fixed type arguments in printf (#5528)Herman Semenov
2023-12-14ggml : remove n_dims from ggml_tensor (#4469)slaren
2023-10-20gguf : support big endian platform (#3552)Qin Yue Chen
2023-09-15check C++ code with -Wmissing-declarations (#3184)Cebtenzzre
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