Commit b6f5a16a authored by zhuwenwen's avatar zhuwenwen
Browse files

fix indentation

parent 2aedb72b
...@@ -1064,7 +1064,7 @@ class Scheduler(SchedulerInterface): ...@@ -1064,7 +1064,7 @@ class Scheduler(SchedulerInterface):
def schedule(self) -> SchedulerOutput: def schedule(self) -> SchedulerOutput:
if envs.VLLM_USE_PD_SPLIT: if envs.VLLM_USE_PD_SPLIT:
if self.connector is not None: if self.connector is not None:
return self.schedule_default() return self.schedule_default()
if self.use_mla: if self.use_mla:
if self.full_cuda_graph and self.num_spec_tokens > 0: if self.full_cuda_graph and self.num_spec_tokens > 0:
return self.schedule_split_pd() return self.schedule_split_pd()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment