"vscode:/vscode.git/clone" did not exist on "81ede99ca44a5b3518932a07ea4a76a719e7416e"
Commit 687b0ad7 authored by zhuwenwen's avatar zhuwenwen
Browse files

update benchmark_throughput.py

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