We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ebf75 commit 3a072f0Copy full SHA for 3a072f0
vllm/v1/engine/core.py
@@ -86,7 +86,6 @@ def __init__(self,
86
self.collective_rpc("initialize_cache",
87
args=(num_gpu_blocks, num_cpu_blocks))
88
89
- # EngineCore holds StructuredOutputManager to handle and it has vllm config as an arg.
90
self.structured_output_manager = StructuredOutputManager(vllm_config)
91
92
# Setup scheduler.
0 commit comments