"vllm/parser/abstract_parser.py" did not exist on "02080179a3fc92c339b93040838f44b72313e07b"
Commit 687b0ad7 authored by zhuwenwen's avatar zhuwenwen
Browse files

update benchmark_throughput.py

parent 0896c8ef
......@@ -92,7 +92,7 @@ def run_vllm(
# warmup
warmup_sampling_params = SamplingParams(
n=args.n,
n=n,
temperature=1.0,
top_p=1.0,
ignore_eos=True,
......
......@@ -92,7 +92,7 @@ def run_vllm(
# warmup
warmup_sampling_params = SamplingParams(
n=args.n,
n=n,
temperature=1.0,
top_p=1.0,
ignore_eos=True,
......
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