mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-03-15 00:07:26 +00:00
Fix extra parenthesis typo (#559)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user