Commit fe657b8b authored by zhuwenwen's avatar zhuwenwen
Browse files

update benchmark_throughput.py

parent 966ebb2b
......@@ -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