mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-06 05:17:02 +08:00
change to greedy
This commit is contained in:
parent
b484b79504
commit
af985d70bf
@ -51,7 +51,7 @@ def main(args: argparse.Namespace):
|
||||
|
||||
sampling_params = SamplingParams(
|
||||
n=args.n,
|
||||
temperature=1.0,
|
||||
temperature=0,
|
||||
top_p=1.0,
|
||||
ignore_eos=True,
|
||||
max_tokens=args.output_len,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user