docs: fix small typo in README: 'model know how' -> 'model knows how' (#1244)

Co-authored-by: Andrei <abetlen@gmail.com>
This commit is contained in:
Kenneth Hoste 2024-03-03 04:20:41 +01:00 committed by GitHub
parent 0e70984fb6
commit 663659f730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -286,7 +286,7 @@ By default [`from_pretrained`](https://llama-cpp-python.readthedocs.io/en/latest
The high-level API also provides a simple interface for chat completion.
Chat completion requires that the model know how to format the messages into a single prompt.
Chat completion requires that the model knows how to format the messages into a single prompt.
The `Llama` class does this using pre-registered chat formats (ie. `chatml`, `llama-2`, `gemma`, etc) or by providing a custom chat handler object.
The model will will format the messages into a single prompt using the following order of precedence: