Skip to content

Commit

Permalink
Fix extra parenthesis typo (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Zarechian authored Jul 22, 2024
1 parent 69cd2b1 commit 4ad39e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ outputs = generator.generate(
max_new_tokens = 200,
stop_conditions = [tokenizer.eos_token_id],
gen_settings = gen_settings,
add_bos = True)
add_bos = True
)

for o in outputs:
Expand Down

0 comments on commit 4ad39e0

Please sign in to comment.