Skip to content

Commit 663659f

Browse files
boegelabetlen
andauthored
docs: fix small typo in README: 'model know how' -> 'model knows how' (#1244)
Co-authored-by: Andrei <abetlen@gmail.com>
1 parent 0e70984 commit 663659f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ By default [`from_pretrained`](https://llama-cpp-python.readthedocs.io/en/latest
286286

287287
The high-level API also provides a simple interface for chat completion.
288288

289-
Chat completion requires that the model know how to format the messages into a single prompt.
289+
Chat completion requires that the model knows how to format the messages into a single prompt.
290290
The `Llama` class does this using pre-registered chat formats (ie. `chatml`, `llama-2`, `gemma`, etc) or by providing a custom chat handler object.
291291

292292
The model will will format the messages into a single prompt using the following order of precedence:

0 commit comments

Comments
 (0)