COMMITS
/ common/common.cpp November 29, 2024
D
ggml : move AMX to the CPU backend (#10570)
Diego Devesa committed
November 27, 2024
X
common : fix duplicated file name with hf_repo and hf_file (#10550)
Xuan Son Nguyen committed
November 25, 2024
D
llama : accept a list of devices to use to offload a model (#10497)
Diego Devesa committed
D
ggml : add support for dynamic loading of backends (#10469)
Diego Devesa committed
G
speculative : refactor and add a simpler example (#10362)
Georgi Gerganov committed
November 19, 2024
G
llama : add check for KV cache shifts (#10401)
Georgi Gerganov committed
November 16, 2024
J
llama/ex: remove --logdir argument (#10339)
Johannes Gäßler committed
November 14, 2024
D
ggml : build backends as libraries (#10256)
Diego Devesa committed
November 6, 2024
G
metal : add BF16 support (#8439)
Georgi Gerganov committed
November 3, 2024
D
ggml : move CPU backend to a separate file (#10144)
Diego Devesa committed
October 29, 2024
G
llama : remove Tail-Free sampling (#10071)
Georgi Gerganov committed
October 25, 2024
W
llama : add DRY sampler (#9702)
wwoodsTM committed
M
llama: string_split fix (#10022)
Michael Podvitskiy committed
October 21, 2024
G
ggml : add asserts for type conversion in fattn kernels (#9971)
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 15, 2024
M
sampling : add XTC sampler (#9742)
MaggotHATE 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
October 5, 2024
G
rerank : use [SEP] token instead of [BOS] (#9737)
Georgi Gerganov committed
September 29, 2024
M
common : ensure llama_batch size does not exceed max size (#9668)
matiaslin committed
September 28, 2024
G
llama : add reranking support (#9510)
Georgi Gerganov 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 12, 2024
A
riscv : modify Makefile and add a RISCV_VECT to print log info (#9442)
Ahmad Tameem committed
September 11, 2024
F
feat: Implements retrying logic for downloading models using --model-url flag (#9255)
Farbod Bijary committed
September 10, 2024
X
arg : bring back missing ifdef (#9411)
Xuan Son Nguyen 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
S
common : restore --n-gpu-layers (#9371)
slaren committed
X
imatrix : fix arg parser for imatrix (#9366)
Xuan Son Nguyen committed
September 7, 2024
G
llama : sanitize invalid tokens (#9357)
Georgi Gerganov committed
X
common : refactor arg parser (#9308)
Xuan Son Nguyen committed
G
llama : refactor sampling v2 (#9294)
Georgi Gerganov committed
September 6, 2024
A
batched-bench : add `--output-format jsonl` option (#9293)
Aarni Koskela committed
September 4, 2024
R
rpc : make RPC servers come first in the device list (#9296)
Radoslav Gerganov committed
August 29, 2024
F
Threadpool: take 2 (#8672)
Faisal Zaghloul committed
August 27, 2024
X
server : add some missing env variables (#9116)
Xuan Son Nguyen committed
August 26, 2024
J
llama : fix time complexity of string replacement (#9163)
Justine Tunney committed
August 25, 2024
H
common: fixed not working find argument --n-gpu-layers-draft (#9175)
Herman Semenov committed
August 21, 2024
X
server : support reading arguments from environment variables (#9105)
Xuan Son Nguyen committed
August 16, 2024
L
common : add support for cpu_get_num_physical_cores() on Windows (#8771)
Liu Jia committed
August 15, 2024
Z
common : remove duplicate function llama_should_add_bos_token (#8778)
Zhenwei Jin committed
August 10, 2024
F
Add support for encoder-only T5 models (#8900)
fairydreaming committed
August 9, 2024
G
llama : better replace_all (cont) (#8926)
Georgi Gerganov committed
August 6, 2024
X
server : add lora hotswap endpoint (WIP) (#8857)
Xuan Son Nguyen committed
August 5, 2024
L
common : Changed tuple to struct (TODO fix) (#8823)
Liu Jia committed
July 31, 2024
I
server : update llama-server embedding flag documentation (#8779)
Igor Okulist committed
July 27, 2024
D
common : add --no-warmup option for main/llama-cli (#8712)
Daniel Bevenius committed
July 24, 2024
X
llama : fix `llama_chat_format_single` for mistral (#8657)
Xuan Son Nguyen committed
July 23, 2024
X
examples : Fix `llama-export-lora` example (#8607)
Xuan Son Nguyen committed