Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Nov 14, 2023
1 parent 4594704 commit facac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Outlines can infer the structure of the output from the signature of a function.
from outlines import models
from outlines import text

def concat(a: int, b: int):
def add(a: int, b: int):
return a + b

model = models.transformers("mistralai/Mistral-7B")
Expand Down

0 comments on commit facac71

Please sign in to comment.