Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
51d3cb95
Unverified
Commit
51d3cb95
authored
Nov 30, 2023
by
Woosuk Kwon
Committed by
GitHub
Nov 30, 2023
Browse files
Remove max_num_seqs in latency benchmark script (#1855)
parent
e74b1736
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
benchmarks/benchmark_latency.py
benchmarks/benchmark_latency.py
+0
-1
No files found.
benchmarks/benchmark_latency.py
View file @
51d3cb95
...
...
@@ -19,7 +19,6 @@ def main(args: argparse.Namespace):
tokenizer
=
args
.
tokenizer
,
quantization
=
args
.
quantization
,
tensor_parallel_size
=
args
.
tensor_parallel_size
,
max_num_seqs
=
args
.
batch_size
,
trust_remote_code
=
args
.
trust_remote_code
,
dtype
=
args
.
dtype
,
)
...
...
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