]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common: support remote preset (#18520)
authorXuan-Son Nguyen <redacted>
Thu, 8 Jan 2026 21:35:40 +0000 (22:35 +0100)
committerGitHub <redacted>
Thu, 8 Jan 2026 21:35:40 +0000 (22:35 +0100)
commit8ece3836b400dd8d89021ad2cc6e57843ced8378
tree010639a7373fbf369cd723adb1d05a1d8ccf99b3
parent046d5fd44e3505ab9c6d065ab65541fc2fdfd4f2
common: support remote preset (#18520)

* arg: support remote preset

* proof reading

* allow one HF repo to point to multiple HF repos

* docs: mention about multiple GGUF use case

* correct clean_file_name

* download: also return HTTP status code

* fix case with cache file used

* fix --offline option
common/arg.cpp
common/download.cpp
common/download.h
common/preset.cpp
common/preset.h
docs/preset.md [new file with mode: 0644]