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
6e956d9e
Unverified
Commit
6e956d9e
authored
Mar 09, 2026
by
Woosuk Kwon
Committed by
GitHub
Mar 09, 2026
Browse files
[Model Runner V2] Add dummy profile_cudagraph_memory API (#36520)
Signed-off-by:
Woosuk Kwon
<
woosuk@inferact.ai
>
parent
1e0f917b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
vllm/v1/worker/gpu/model_runner.py
vllm/v1/worker/gpu/model_runner.py
+4
-0
No files found.
vllm/v1/worker/gpu/model_runner.py
View file @
6e956d9e
...
...
@@ -473,6 +473,10 @@ class GPUModelRunner(LoRAModelRunnerMixin):
# SP is not supported yet.
return
num_scheduled_tokens
def
profile_cudagraph_memory
(
self
)
->
int
:
# NOTE(woosuk): It is TBD whether we keep this API or not.
return
0
@
torch
.
inference_mode
()
def
capture_model
(
self
)
->
int
:
if
not
self
.
cudagraph_manager
.
needs_capture
():
...
...
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