COMMITS
/ examples/export-lora/export-lora.cpp October 10, 2024
D
common : use common_ prefix for common library functions (#9805)
Diego Devesa committed
October 8, 2024
D
ggml : fix BLAS with unsupported types (#9775)
Diego Devesa committed
September 15, 2024
G
common : reimplement logging (#9418)
Georgi Gerganov committed
September 12, 2024
G
ggml : hide ggml_object, ggml_cgraph, ggml_hash_set (#9408)
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
August 29, 2024
F
Threadpool: take 2 (#8672)
Faisal Zaghloul committed
August 13, 2024
X
export-lora : throw error if lora is quantized (#9002)
Xuan Son Nguyen 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
July 25, 2024
X
examples : export-lora : fix issue with quantized base models (#8687)
Xuan Son Nguyen committed
July 23, 2024
X
examples : Fix `llama-export-lora` example (#8607)
Xuan Son Nguyen committed
July 16, 2024
S
export-lora : handle help argument (#8497)
Steve Bonds committed
February 17, 2024
A
ci : add an option to fail on compile warning (#3952)
Ananta Bastola committed
February 12, 2024
G
sync : ggml (#5452)
Georgi Gerganov committed
January 12, 2024
D
export-lora : use LLAMA_FILE_MAGIC_GGLA (#4894)
Daniel Bevenius committed
December 21, 2023
G
ggml : change ggml_scale to take a float instead of tensor (#4573)
Georgi Gerganov committed
November 13, 2023
G
sync : ggml (backend v2) (#3912)
Georgi Gerganov committed
September 28, 2023
X
train : finetune LORA (#2632)
xaedes committed