forked from p04798526/LLaMA-Factory-Mirror
increase max length in cli demo
This commit is contained in:
parent
fe1d930816
commit
56eb99106a
|
@ -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…
Reference in New Issue