Unverified Commit 9abe1163 authored by Ziming Huang's avatar Ziming Huang Committed by GitHub
Browse files

fix duplicate args in schedule_batch (#7816)

parent 3646f6bb
......@@ -843,7 +843,6 @@ class ScheduleBatch(ScheduleBatchDisaggregationDecodeMixin):
global_num_tokens_for_logprob: Optional[List[int]] = None
is_extend_in_batch: bool = False
can_run_dp_cuda_graph: bool = False
is_extend_in_batch: bool = False
tbo_split_seq_index: Optional[int] = None
global_forward_mode: Optional[ForwardMode] = None
......
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