-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
With llama-cpp-python==0.2.5
's server help:
python -m llama_cpp.server --help
...
--use_mmap USE_MMAP Disable Use mmap. (default: True)
--use_mlock USE_MLOCK
Disable Use mlock. (default: True)
The arg name is "use mlock", and the description is "disable use mlock".
These are opposite meanings, it's unclear what will actually take place without reading the implementation. Can we update the docstrings? Thanks in advance, sorry for a nit
abetlen
Metadata
Metadata
Assignees
Labels
No labels