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
a650ad15
Unverified
Commit
a650ad15
authored
Jan 29, 2026
by
Lucas Wilkinson
Committed by
GitHub
Jan 29, 2026
Browse files
[Misc] Remove missed `pad_for_cudagraph` (#33283)
Signed-off-by:
Lucas Wilkinson
<
lwilkins@redhat.com
>
parent
d697581a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
vllm/config/vllm.py
vllm/config/vllm.py
+0
-7
No files found.
vllm/config/vllm.py
View file @
a650ad15
...
...
@@ -358,13 +358,6 @@ class VllmConfig:
]
return
hash_str
def
pad_for_cudagraph
(
self
,
batch_size
:
int
)
->
int
:
# if batch_size > self.compilation_config.max_cudagraph_capture_size,
# it should raise an IndexError.
# the caller should make sure the batch_size is within the range,
# i.e., batch_size <= self.compilation_config.max_cudagraph_capture_size
return
self
.
compilation_config
.
bs_to_padded_graph_size
[
batch_size
]
@
property
def
needs_dp_coordinator
(
self
)
->
bool
:
"""
...
...
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