Commit efd51772 authored by zhuwenwen's avatar zhuwenwen
Browse files

fix return of schedule

parent 69cfaa53
......@@ -1055,7 +1055,7 @@ class Scheduler(SchedulerInterface):
if self.full_cuda_graph and self.num_spec_tokens > 0:
return self.schedule_split_pd()
else:
self.schedule_default()
return self.schedule_default()
else:
return self.schedule_split_pd()
else:
......
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