Skip to content

Commit e3aa6b5

Browse files
authored
docs: fix typo in README (abetlen#2072)
docs: fix typo in README (abetlen#2072)
1 parent cdb7a75 commit e3aa6b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ To upgrade and rebuild `llama-cpp-python` add `--upgrade --force-reinstall --no-
269269

270270
The high-level API provides a simple managed interface through the [`Llama`](https://llama-cpp-python.readthedocs.io/en/latest/api-reference/#llama_cpp.Llama) class.
271271

272-
Below is a short example demonstrating how to use the high-level API to for basic text completion:
272+
Below is a short example demonstrating how to use the high-level API for basic text completion:
273273

274274
```python
275275
from llama_cpp import Llama

0 commit comments

Comments
 (0)