llama.cpp_AlgMor24_github / docs /completions.md
Brunobkr's picture
Upload folder using huggingface_hub (part 2)
f80838b verified
|
Raw
History Blame Contribute Delete
385 Bytes

Completions

Command-line completion is available for some environments.

Bash Completion

$ build/bin/llama-cli --completion-bash > ~/.llama-completion.bash
$ source ~/.llama-completion.bash

Optionally this can be added to your .bashrc or .bash_profile to load it automatically. For example:

$ echo "source ~/.llama-completion.bash" >> ~/.bashrc