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
82e11973
Unverified
Commit
82e11973
authored
Feb 10, 2026
by
Zhengxu Chen
Committed by
GitHub
Feb 10, 2026
Browse files
[compile] Enable AOT compile with 2.10 in trunk. (#34155)
Signed-off-by:
Zhengxu Chen
<
zhxchen17@meta.com
>
parent
b129136c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/envs.py
vllm/envs.py
+1
-1
No files found.
vllm/envs.py
View file @
82e11973
...
...
@@ -271,7 +271,7 @@ def use_aot_compile() -> bool:
default_value
=
(
"1"
if
is_torch_equal_or_newer
(
"2.1
1.0.dev
"
)
and
not
disable_compile_cache
()
if
is_torch_equal_or_newer
(
"2.1
0.0
"
)
and
not
disable_compile_cache
()
else
"0"
)
...
...
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