You need to sign in or sign up before continuing.
Unverified Commit fbd9770a authored by Lyu Han's avatar Lyu Han Committed by GitHub
Browse files

set the default value of being 0 (#532)

parent 19fea86c
...@@ -229,7 +229,7 @@ class TurboMindInstance: ...@@ -229,7 +229,7 @@ class TurboMindInstance:
request_output_len: int = 512, request_output_len: int = 512,
sequence_start: bool = True, sequence_start: bool = True,
sequence_end: bool = False, sequence_end: bool = False,
step=1, step=0,
stop=False, stop=False,
top_p=0.8, top_p=0.8,
top_k=40, top_k=40,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment