mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-01 11:12:50 +08:00
increase max length in cli demo
Former-commit-id: 56eb99106aa69eef8dab6b3518779db3373e639b
This commit is contained in:
parent
e92ac44cd2
commit
666fe30708
@ -46,7 +46,7 @@ def main():
|
||||
"top_p": 0.7,
|
||||
"temperature": 0.95,
|
||||
"num_beams": 1,
|
||||
"max_new_tokens": 256,
|
||||
"max_new_tokens": 512,
|
||||
"repetition_penalty": 1.0,
|
||||
"logits_processor": get_logits_processor(),
|
||||
"streamer": streamer
|
||||
|
Loading…
x
Reference in New Issue
Block a user