COMMITS
/ common/download.cpp April 17, 2026
G
libs : rename libcommon -> libllama-common (#21936)
Georgi Gerganov committed
April 13, 2026
A
common : add download cancellation and temp file cleanup (#21813)
Adrien Gallouët committed
April 10, 2026
A
common : add callback interface for download progress (#21735)
Adrien Gallouët committed
A
common : fix when loading a cached HF models with unavailable API (#21670)
Adrien Gallouët committed
A
common : add fluidity to the progress bar (#21671)
Adrien Gallouët committed
April 9, 2026
A
common : skip non-primary GGUF split files when selecting model (#21633)
Adrien Gallouët committed
April 4, 2026
A
common : respect specified tag, only fallback when tag is empty (#21413)
Adrien Gallouët committed
March 31, 2026
A
common : cleanup logs and modernize the progress bar (#21215)
Adrien Gallouët committed
March 26, 2026
A
common : filter out imatrix when finding models (#21023)
Adrien Gallouët committed
March 25, 2026
A
common : fix gguf selection in common_list_cached_models (#20996)
Adrien Gallouët committed
March 24, 2026
A
common : fix get_gguf_split_info (#20946)
Adrien Gallouët committed
A
common : add standard Hugging Face cache support (#20775)
Adrien Gallouët committed
February 15, 2026
A
build : remove LLAMA_HTTPLIB option (#19623)
Adrien Gallouët committed
February 13, 2026
A
common : update download code (#19573)
Adrien Gallouët committed
February 11, 2026
A
common : improve download error reporting (#19491)
Adrien Gallouët committed
January 20, 2026
A
common, server : use the same User-Agent by default (#18957)
Adrien Gallouët committed
January 14, 2026
A
refactor : remove libcurl, use OpenSSL when available (#18828)
Adrien Gallouët committed
January 10, 2026
X
preset: allow named remote preset (#18728)
Xuan-Son Nguyen committed
January 8, 2026
X
common: support remote preset (#18520)
Xuan-Son Nguyen committed
A
vendor : update cpp-httplib to 0.30.0 (#18660)
Adrien Gallouët committed
December 12, 2025
A
common : add minimalist multi-thread progress bar (#17602)
Adrien Gallouët committed
December 3, 2025
R
ggml webgpu: add support for emscripten builds (#17184)
Reese Levine committed
December 1, 2025
X
server: introduce API for serving / loading / unloading multiple models (#17470)
Xuan-Son Nguyen committed
X
common: improve verbosity level definitions (#17630)
Xuan-Son Nguyen committed
November 30, 2025
A
common : throttle download progress output to reduce IO flush (#17427)
Adrien Gallouët committed
November 12, 2025
A
cmake : move OpenSSL linking to vendor/cpp-httplib (#17177)
Adrien Gallouët committed
November 8, 2025
X
arg: add --cache-list argument to list cached models (#17073)
Xuan-Son Nguyen committed
November 7, 2025
X
common: move download functions to download.(cpp|h) (#17059)
Xuan-Son Nguyen committed