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
b5815c84
Unverified
Commit
b5815c84
authored
Nov 08, 2024
by
Woosuk Kwon
Committed by
GitHub
Nov 08, 2024
Browse files
[V1] Fix non-cudagraph op name (#10166)
Signed-off-by:
Woosuk Kwon
<
woosuk.kwon@berkeley.edu
>
parent
6b304715
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/worker/gpu_model_runner.py
vllm/v1/worker/gpu_model_runner.py
+1
-1
No files found.
vllm/v1/worker/gpu_model_runner.py
View file @
b5815c84
...
@@ -411,7 +411,7 @@ class GPUModelRunner:
...
@@ -411,7 +411,7 @@ class GPUModelRunner:
set_compilation_config
(
set_compilation_config
(
CompilationConfig
(
CompilationConfig
(
use_cudagraph
=
True
,
use_cudagraph
=
True
,
non_cudagraph_ops
=
[
"vllm.unified_flash_attention"
],
non_cudagraph_ops
=
[
"vllm.unified_
v1_
flash_attention"
],
use_inductor
=
True
,
use_inductor
=
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