]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : add --no-host to disable host buffers (#16310)
authorGadflyii <redacted>
Mon, 6 Oct 2025 17:55:53 +0000 (12:55 -0500)
committerGitHub <redacted>
Mon, 6 Oct 2025 17:55:53 +0000 (19:55 +0200)
commit3df2244df40c67dfd6ad548b40ccc507a066af2b
tree908fbb18e7e78c405e0f7f270f932008bbadc805
parentc08002a1988348403a5fd59b1fa3de3a10a6f92f
llama : add --no-host to disable host buffers (#16310)

* implement --no-host to disable host buffer

* fix equal_mparams

* move no-host enumeration order together with other model params

---------

Co-authored-by: slaren <redacted>
common/arg.cpp
common/common.cpp
common/common.h
include/llama.h
src/llama-model.cpp
tools/llama-bench/llama-bench.cpp