Skip to content

Commit 4ad39e0

Browse files
author
Shane Zarechian
authored
Fix extra parenthesis typo (#559)
1 parent 69cd2b1 commit 4ad39e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dynamic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ outputs = generator.generate(
214214
max_new_tokens = 200,
215215
stop_conditions = [tokenizer.eos_token_id],
216216
gen_settings = gen_settings,
217-
add_bos = True)
217+
add_bos = True
218218
)
219219

220220
for o in outputs:

0 commit comments

Comments
 (0)