]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
args: add `-lm mlock` where it mlocks but doesnt mmap (#26135)
authorAaron Teo <redacted>
Mon, 27 Jul 2026 08:44:08 +0000 (16:44 +0800)
committerGitHub <redacted>
Mon, 27 Jul 2026 08:44:08 +0000 (16:44 +0800)
commitad256ded30b5e9dbf43c146b452673a1471b62cd
tree80e748af6fa403b36981f50e09451410b8c68518
parentd73c1d6b22a2d3ecc74c2c9cde354015ee72e862
args: add `-lm mlock` where it mlocks but doesnt mmap (#26135)

* arg: add `-lm mlock` where it mlocks but doesnt mmap

Signed-off-by: Aaron Teo <redacted>
* docs: rm unwanted docs changes

Signed-off-by: Aaron Teo <redacted>
* docs: revert auto-formatting

Signed-off-by: Aaron Teo <redacted>
* bench: fix automated review point 3

Signed-off-by: Aaron Teo <redacted>
* arg: revert the meaning of --mlock to non-mmap'ed mlock

Signed-off-by: Aaron Teo <redacted>
* docs: update docs

Signed-off-by: Aaron Teo <redacted>
* docs: remove extra changes from `llama-gen-docs`

Signed-off-by: Aaron Teo <redacted>
---------

Signed-off-by: Aaron Teo <redacted>
common/arg.cpp
include/llama.h
src/llama-model-loader.cpp
src/llama-model.cpp
src/llama.cpp
tests/test-arg-parser.cpp
tools/cli/README.md
tools/completion/README.md
tools/llama-bench/llama-bench.cpp
tools/server/README.md