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
3dad13fb
Commit
3dad13fb
authored
Aug 10, 2025
by
gaoqiong
Browse files
更改默认的full _cuda_graph启动方式为false
parent
04b61f0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/config.py
vllm/config.py
+2
-2
No files found.
vllm/config.py
View file @
3dad13fb
...
@@ -4106,7 +4106,7 @@ class CompilationConfig:
...
@@ -4106,7 +4106,7 @@ class CompilationConfig:
are always used, it can set this to False. Otherwise, it should
are always used, it can set this to False. Otherwise, it should
set this to True, and the compiler will copy the input to an
set this to True, and the compiler will copy the input to an
internally managed buffer. Default is False."""
internally managed buffer. Default is False."""
full_cuda_graph
:
bool
=
Tru
e
full_cuda_graph
:
bool
=
Fals
e
"""whether to use a full cuda graph for the entire forward pass rather than
"""whether to use a full cuda graph for the entire forward pass rather than
splitting certain operations such as attention into subgraphs. Thus this
splitting certain operations such as attention into subgraphs. Thus this
flag cannot be used together with splitting_ops. This may provide
flag cannot be used together with splitting_ops. This may provide
...
@@ -4948,4 +4948,4 @@ def get_layers_from_vllm_config(vllm_config: VllmConfig,
...
@@ -4948,4 +4948,4 @@ def get_layers_from_vllm_config(vllm_config: VllmConfig,
for
layer_name
,
layer
in
for
layer_name
,
layer
in
vllm_config
.
compilation_config
.
static_forward_context
.
items
()
vllm_config
.
compilation_config
.
static_forward_context
.
items
()
if
isinstance
(
layer
,
layer_type
)
if
isinstance
(
layer
,
layer_type
)
}
}
\ No newline at end of file
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