From: Georgi Gerganov Date: Thu, 13 Feb 2025 22:16:56 +0000 (+0200) Subject: readme : minor X-Git-Tag: upstream/0.0.4719~8 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=04045bb84288dc7e9e424d4e2bf7f40d259b4c6a;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : minor --- diff --git a/README.md b/README.md index ebbd11a0..7629647d 100644 --- a/README.md +++ b/README.md @@ -519,10 +519,7 @@ If your issue is with model generation quality, then please at least scan the fo - [Aligning language models to follow instructions](https://openai.com/research/instruction-following) - [Training language models to follow instructions with human feedback](https://arxiv.org/abs/2203.02155) -#### References - - -### Completions +## Completions Command-line completion is available for some environments. #### Bash Completion @@ -535,3 +532,5 @@ automatically. For example: ```console $ echo "source ~/.llama-completion.bash" >> ~/.bashrc ``` + +## References