]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common: refactor model handling (#24980)
authorXuan-Son Nguyen <redacted>
Thu, 25 Jun 2026 13:17:51 +0000 (15:17 +0200)
committerGitHub <redacted>
Thu, 25 Jun 2026 13:17:51 +0000 (15:17 +0200)
commit60bc8866b11fb9bfa7de08dfb2047fe7ac914b55
tree68d70eb4b927a121056be0e5870bc7284c38dd93
parente8ecce53b872257e173d9d491a57e7a09c7cd8cb
common: refactor model handling (#24980)

* common: refactor models handling

* remote preset

* cont

* rm skip_download option

* missing header

* fix plan.model_files

* fix --offline case

* move hf_plan to download

* refactor

* rm redundant curr_ex, add comments

* adapt
app/download.cpp
common/arg.cpp
common/arg.h
common/common.h
common/download.cpp
common/download.h
tools/llama-bench/llama-bench.cpp
tools/server/server-models.cpp
tools/server/server.cpp