"docker/Dockerfile.ci_gpu_cu11" did not exist on "71d53d9eef6069ce29384f8ccabb7ac290be7be2"
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