COMMITS
/ examples/eval-callback/eval-callback.cpp 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