Skip to content

Commit

Permalink
Update P3L.py (#271)
Browse files Browse the repository at this point in the history
use_beam_search is no longer in sampling params
  • Loading branch information
gshtras authored Nov 11, 2024
1 parent 1dcc5df commit 8f3bf8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/P3L.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def vllm_init(args):
sampling_params = SamplingParams(n=1,
temperature=0.0,
top_p=1,
use_beam_search=False,
ignore_eos=True,
ppl_measurement=True,
future_context=[],
Expand Down

0 comments on commit 8f3bf8b

Please sign in to comment.