diff --git a/doc/dynamic.md b/doc/dynamic.md index f0d606a5..cf1d0a8d 100644 --- a/doc/dynamic.md +++ b/doc/dynamic.md @@ -178,7 +178,7 @@ single completion: output = generator.generate( prompt = "Five good reasons to adopt a cat:", max_new_tokens = 200, - add_bos = True) + add_bos = True, ) print(output) @@ -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: @@ -287,4 +287,4 @@ depending on the job settings. See the docstring for details. ## To be continued -I may expand on this in the future, maybe with some performance benchmarks or something. Here's a cat: 🐈 \ No newline at end of file +I may expand on this in the future, maybe with some performance benchmarks or something. Here's a cat: 🐈