Skip to content

Commit 69cd2b1

Browse files
authored
Remove stray ) in code example (#549)
1 parent 44dd05b commit 69cd2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dynamic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ single completion:
178178
output = generator.generate(
179179
prompt = "Five good reasons to adopt a cat:",
180180
max_new_tokens = 200,
181-
add_bos = True)
181+
add_bos = True,
182182
)
183183

184184
print(output)
@@ -287,4 +287,4 @@ depending on the job settings. See the docstring for details.
287287

288288
## To be continued
289289

290-
I may expand on this in the future, maybe with some performance benchmarks or something. Here's a cat: 🐈
290+
I may expand on this in the future, maybe with some performance benchmarks or something. Here's a cat: 🐈

0 commit comments

Comments
 (0)