mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-04-20 06:19:00 +00:00
Remove stray ) in code example (#549)
This commit is contained in:
@@ -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)
|
||||
@@ -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: 🐈
|
||||
I may expand on this in the future, maybe with some performance benchmarks or something. Here's a cat: 🐈
|
||||
|
||||
Reference in New Issue
Block a user