Skip to content

Commit

Permalink
Update docs/reference/models/llamacpp.md
Browse files Browse the repository at this point in the history
Co-authored-by: Victoria Terenina <[email protected]>
  • Loading branch information
rlouf and torymur authored Dec 8, 2024
1 parent ea4454c commit 11b0406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/models/llamacpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ model = models.LlamaCpp(
## Generate text


To generate text you must first create a `Generator` object by passing the model instance and, possibley, the expected output type:
To generate text you must first create a `Generator` object by passing the model instance and, possibly, the expected output type:

```python
from outlines import models, generate
Expand Down

0 comments on commit 11b0406

Please sign in to comment.