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
bcd2f74c
Unverified
Commit
bcd2f74c
authored
Feb 04, 2026
by
Zhengxu Chen
Committed by
GitHub
Feb 04, 2026
Browse files
[compile] Clean up AOT compile bypass on evaluate_guards. (#33578)
Signed-off-by:
zhxchen17
<
zhxchen17@fb.com
>
parent
f79f7778
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
vllm/compilation/wrapper.py
vllm/compilation/wrapper.py
+0
-8
No files found.
vllm/compilation/wrapper.py
View file @
bcd2f74c
...
@@ -151,14 +151,6 @@ class TorchCompileWithNoGuardsWrapper:
...
@@ -151,14 +151,6 @@ class TorchCompileWithNoGuardsWrapper:
"requires VLLM_USE_BYTECODE_HOOK=0. "
"requires VLLM_USE_BYTECODE_HOOK=0. "
)
)
if
envs
.
VLLM_USE_AOT_COMPILE
:
# disabled until https://github.com/pytorch/pytorch/pull/169239
# is picked up.
assert
ds_type
!=
DynamicShapesType
.
BACKED
,
(
"evaluate_guards for backed shapes requires "
"VLLM_USE_AOT_COMPILE=False. "
)
options
[
"guard_filter_fn"
]
=
lambda
x
:
[
options
[
"guard_filter_fn"
]
=
lambda
x
:
[
entry
.
guard_type
==
"SHAPE_ENV"
for
entry
in
x
entry
.
guard_type
==
"SHAPE_ENV"
for
entry
in
x
]
]
...
...
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