Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
687b0ad7
"vscode:/vscode.git/clone" did not exist on "81ede99ca44a5b3518932a07ea4a76a719e7416e"
Commit
687b0ad7
authored
Aug 06, 2025
by
zhuwenwen
Browse files
update benchmark_throughput.py
parent
0896c8ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
benchmarks/benchmark_throughput.py
benchmarks/benchmark_throughput.py
+1
-1
vllm/perf/benchmark_throughput.py
vllm/perf/benchmark_throughput.py
+1
-1
No files found.
benchmarks/benchmark_throughput.py
View file @
687b0ad7
...
@@ -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
,
...
...
vllm/perf/benchmark_throughput.py
View file @
687b0ad7
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment