mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 03:14:53 +00:00
add default value
This commit is contained in:
parent
05ad316448
commit
864766c89b
@ -10,6 +10,7 @@ def default_pb_parameters():
|
||||
repetition_penalty=1.0,
|
||||
top_k=0,
|
||||
top_p=1.0,
|
||||
typical_p=1.0,
|
||||
do_sample=False,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user