We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dd05b commit 69cd2b1Copy full SHA for 69cd2b1
doc/dynamic.md
@@ -178,7 +178,7 @@ single completion:
178
output = generator.generate(
179
prompt = "Five good reasons to adopt a cat:",
180
max_new_tokens = 200,
181
- add_bos = True)
+ add_bos = True,
182
)
183
184
print(output)
@@ -287,4 +287,4 @@ depending on the job settings. See the docstring for details.
287
288
## To be continued
289
290
-I may expand on this in the future, maybe with some performance benchmarks or something. Here's a cat: 🐈
+I may expand on this in the future, maybe with some performance benchmarks or something. Here's a cat: 🐈
0 commit comments