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
/
convert-llama2c-to-ggml
/
convert-llama2c-to-ggml.cpp
Age
Commit message (
Expand
)
Author
2024-05-25
train : change default FA argument (#7528)
Georgi Gerganov
2024-03-27
llama2c : open file as binary (#6332)
Georgi Gerganov
2024-03-22
convert-llama2c-to-ggml : enable conversion of GQA models (#6237)
fraxy-v
2024-02-18
ggml, common, examples, tests : fixed type arguments in printf (#5528)
Herman Semenov
2023-12-14
ggml : remove n_dims from ggml_tensor (#4469)
slaren
2023-10-20
gguf : support big endian platform (#3552)
Qin Yue Chen
2023-09-15
check C++ code with -Wmissing-declarations (#3184)
Cebtenzzre
2023-09-07
fix some warnings from gcc and clang-tidy (#3038)
Cebtenzzre
2023-09-01
llama2c : rename function
Georgi Gerganov
2023-09-01
minor : add const qualifiers (#2853)
m3ndax
2023-09-01
llama2c : fix segfault and alloc-dealloc-mismatch (#2913)
Cebtenzzre
2023-08-28
train : mem usage and other improvements (#2439)
xaedes
2023-08-27
examples : update llama2.c converter to read vocab and write models in GGUF f...
Olivier Chafik
2023-08-23
minor : fix trailing whitespace
Georgi Gerganov
2023-08-23
examples : restore the functionality to import llama2.c models (#2685)
Olivier Chafik
2023-08-21
gguf : new file format with flexible meta data (beta) (#2398)
Georgi Gerganov
2023-08-12
Adding support for llama2.c models (#2559)
byte-6174