COMMITS
/ examples/eval-callback/eval-callback.cpp April 2, 2026
X
model, mtmd: fix gguf conversion for audio/vision mmproj (#21309)
Xuan-Son Nguyen committed
March 31, 2026
A
common : move up common_init() and fix Windows UTF-8 logs (#21176)
Adrien Gallouët committed
March 4, 2026
S
Fix locale-dependent float printing in GGUF metadata (#17331)
SamareshSingh committed
January 14, 2026
P
Restore clip's cb() to its rightful glory - extract common debugging elements in llama (#17914)
Piotr Wilkin (ilintar) committed
December 14, 2025
G
common : refactor common_sampler + grammar logic changes (#17937)
Georgi Gerganov committed
November 20, 2025
G
common : more accurate sampling timing (#17382)
Georgi Gerganov committed
September 9, 2025
P
model-conversion : add extra debugging support for model conversion (#15877)
Piotr Wilkin (ilintar) committed
August 28, 2025
G
fix: Compute the full sum in llama-eval-callback, not just the sum of printed values (#15637)
Gabe Goodhart committed
August 14, 2025
G
eval-callback : stop on first NaN (#15320)
Georgi Gerganov committed
July 5, 2025
G
eval-callback : check for empty input (#14539)
Georgi Gerganov committed
June 27, 2025
R
ggml : add ggml_set_rows (#14274)
Radoslav Gerganov committed
January 12, 2025
G
llama : add `llama_vocab`, functions -> methods, naming (#11110)
Georgi Gerganov committed
January 3, 2025
G
llama : refactor `src/llama.cpp` (#10902)
Georgi Gerganov committed
October 18, 2024
X
llama : remove all_pos_0, all_pos_1, all_seq_id from llama_batch (#9745)
Xuan Son Nguyen committed
October 10, 2024
D
common : use common_ prefix for common library functions (#9805)
Diego Devesa committed
September 15, 2024
G
common : reimplement logging (#9418)
Georgi Gerganov committed
September 13, 2024
G
llama : llama_perf + option to disable timings during decode (#9355)
Georgi Gerganov committed
September 9, 2024
X
common : move arg parser code to `arg.cpp` (#9388)
Xuan Son Nguyen committed
September 7, 2024
X
common : refactor arg parser (#9308)
Xuan Son Nguyen committed
G
llama : refactor sampling v2 (#9294)
Georgi Gerganov committed
August 15, 2024
Z
common : remove duplicate function llama_should_add_bos_token (#8778)
Zhenwei Jin committed
August 5, 2024
L
common : Changed tuple to struct (TODO fix) (#8823)
Liu Jia committed
July 27, 2024
S
ggml : reduce hash table reset cost (#8698)
slaren committed
July 12, 2024
G
examples : sprintf -> snprintf (#8434)
Georgi Gerganov committed
June 4, 2024
G
common : refactor cli arg parsing (#7675)
Georgi Gerganov committed
May 22, 2024
G
common : normalize naming style (#7462)
Georgi Gerganov committed
May 9, 2024
S
eval-callback : fix conversion to float (#7184)
slaren committed
April 13, 2024
P
model: support arch `DbrxForCausalLM` (#6515)
Pierrick Hymbert committed
April 12, 2024
P
eval-callback: use ggml_op_desc to pretty print unary operator name (#6631)
Pierrick Hymbert committed
April 11, 2024
P
eval-callback: Example how to use eval callback for debugging (#6576)
Pierrick Hymbert committed