Skip to content

Commit facac71

Browse files
authored
Fix spelling mistake
1 parent 4594704 commit facac71

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
@@ -262,7 +262,7 @@ Outlines can infer the structure of the output from the signature of a function.
262262
from outlines import models
263263
from outlines import text
264264

265-
def concat(a: int, b: int):
265+
def add(a: int, b: int):
266266
return a + b
267267

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

0 commit comments

Comments
 (0)