]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : minor
authorGeorgi Gerganov <redacted>
Thu, 13 Feb 2025 22:16:56 +0000 (00:16 +0200)
committerGitHub <redacted>
Thu, 13 Feb 2025 22:16:56 +0000 (00:16 +0200)
README.md

index ebbd11a02bdd04451fbb1e494f8a5529de06649f..7629647d7e42059603a7f82ea4b51aa3bf4974f6 100644 (file)
--- 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