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
cd390b60
Unverified
Commit
cd390b60
authored
Oct 24, 2025
by
Richard Zou
Committed by
GitHub
Oct 24, 2025
Browse files
[compile] Turn standalone_compile back on (#27460)
Signed-off-by:
Richard Zou
<
zou3519@gmail.com
>
parent
2080b050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vllm/envs.py
vllm/envs.py
+4
-4
No files found.
vllm/envs.py
View file @
cd390b60
...
...
@@ -131,7 +131,7 @@ if TYPE_CHECKING:
VLLM_DP_RANK
:
int
=
0
VLLM_DP_RANK_LOCAL
:
int
=
-
1
VLLM_DP_SIZE
:
int
=
1
VLLM_USE_STANDALONE_COMPILE
:
bool
=
Fals
e
VLLM_USE_STANDALONE_COMPILE
:
bool
=
Tru
e
VLLM_DP_MASTER_IP
:
str
=
""
VLLM_DP_MASTER_PORT
:
int
=
0
VLLM_MOE_DP_CHUNK_SIZE
:
int
=
256
...
...
@@ -494,10 +494,10 @@ environment_variables: dict[str, Callable[[], Any]] = {
os
.
environ
.
get
(
"VLLM_FLASH_ATTN_VERSION"
,
None
)
),
# Feature flag to enable/disable Inductor standalone compile.
# In torch <= 2.7 we ignore this flag; in torch >= 2.
8
this is
#
dis
abled by default.
# In torch <= 2.7 we ignore this flag; in torch >= 2.
9
this is
#
en
abled by default.
"VLLM_USE_STANDALONE_COMPILE"
:
lambda
:
os
.
environ
.
get
(
"VLLM_USE_STANDALONE_COMPILE"
,
"
0
"
"VLLM_USE_STANDALONE_COMPILE"
,
"
1
"
)
==
"1"
,
# Debug pattern matching inside custom passes.
...
...
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