COMMITS
/ examples/infill/infill.cpp November 25, 2024
G
speculative : refactor and add a simpler example (#10362)
Georgi Gerganov committed
November 16, 2024
J
llama/ex: remove --logdir argument (#10339)
Johannes Gäßler 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 12, 2024
G
llama : improve infill support and special token detection (#9798)
Georgi Gerganov committed
October 10, 2024
D
common : use common_ prefix for common library functions (#9805)
Diego Devesa committed
September 24, 2024
G
log : add CONT level for continuing previous log entry (#9610)
Georgi Gerganov committed
September 20, 2024
G
examples : flush log upon ctrl+c (#9559)
Georgi Gerganov committed
September 15, 2024
G
common : reimplement logging (#9418)
Georgi Gerganov committed
September 10, 2024
S
llama : move random seed generation to the samplers (#9398)
slaren committed
September 9, 2024
X
common : move arg parser code to `arg.cpp` (#9388)
Xuan Son Nguyen committed
September 8, 2024
X
common : bring back missing args, add env var duplication check (#9375)
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 8, 2024
G
infill : assert prefix/suffix tokens + remove old space logic (#8351)
Georgi Gerganov committed
July 2, 2024
June 28, 2024
S
Add SPM infill support (#8016)
Sigbjørn Skjæret committed
June 18, 2024
S
Only use FIM middle token if it exists (#7648)
Sigbjørn Skjæret 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
April 21, 2024
P
llama : support Llama 3 HF conversion (#6745)
Pedro Cuenca committed
April 9, 2024
J
BERT tokenizer fixes (#6498)
Jared Van Bortel committed
March 2, 2024
J
convert : automatically fall back to HfVocab if tokenizer.model doesn't exist (#5821)
Jared Van Bortel committed
February 25, 2024
G
llama : refactor k-shift implementation + KV defragmentation (#5691)
Georgi Gerganov committed
February 16, 2024
B
ggml : add numa options (#5377)
bmwl committed
January 27, 2024
M
Remove unused data and add fixes (#5154)
Michael Klimenko committed
November 20, 2023
S
main : Add ChatML functionality to main example (#4046)
Seb C committed
November 17, 2023
K
Respect tokenizer.ggml.add_bos_token value when tokenizing (#4040)
Kerfuffle committed
November 2, 2023
C
build : link against build info instead of compiling against it (#3879)
cebtenzzre committed
October 23, 2023
M
llama : remove token functions with `context` args in favor of `model` (#3720)
Marcus Dunn committed
October 20, 2023
G
sampling : refactor init to use llama_sampling_params (#3696)
Georgi Gerganov committed
October 18, 2023
G
speculative : add tree-based sampling example (#3624)
Georgi Gerganov committed
October 11, 2023
K
common : fix mirostat state when using multiple sequences (#3543)
Kerfuffle committed
October 10, 2023
V
infill. : fix tokenization (#3508)
vvhg1 committed
October 2, 2023
V
infill : add new example + extend server API (#3296)
vvhg1 committed