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
e3d4e9a9
Commit
e3d4e9a9
authored
Nov 05, 2025
by
zhuwenwen
Browse files
update VLLM_ENABLE_OUTPUT_PLACEHOLDERS
parent
57c0544e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/core/sched/scheduler.py
vllm/v1/core/sched/scheduler.py
+1
-1
No files found.
vllm/v1/core/sched/scheduler.py
View file @
e3d4e9a9
...
@@ -76,7 +76,7 @@ class Scheduler(SchedulerInterface):
...
@@ -76,7 +76,7 @@ class Scheduler(SchedulerInterface):
self
.
kv_events_config
is
not
None
self
.
kv_events_config
is
not
None
and
self
.
kv_events_config
.
enable_kv_cache_events
)
and
self
.
kv_events_config
.
enable_kv_cache_events
)
# Cache the output placeholders feature flag to avoid repeated envs access
# Cache the output placeholders feature flag to avoid repeated envs access
self
.
enable_output_placeholders
=
envs
.
is_set
(
"
VLLM_ENABLE_OUTPUT_PLACEHOLDERS
"
)
self
.
enable_output_placeholders
=
envs
.
VLLM_ENABLE_OUTPUT_PLACEHOLDERS
# Create KVConnector for the Scheduler. Note that each Worker
# Create KVConnector for the Scheduler. Note that each Worker
# will have a corresponding KVConnector with Role=WORKER.
# will have a corresponding KVConnector with Role=WORKER.
...
...
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