Skip to content

Commit 50c48ad

Browse files
committed
Update
[ghstack-poisoned]
1 parent 477ac00 commit 50c48ad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

torch/distributed/pipelining/schedules.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,11 +1608,7 @@ def _assert_unsharded(stage_idx: int):
16081608
stage_uses_fsdp = isinstance(stage.submod, FSDPModule)
16091609
# see [Note: V-schedule special case]
16101610
is_next_stage_on_this_rank = stage_idx + 1 in stage_index_to_stage
1611-
<<<<<<< HEAD
16121611
is_prev_stage_on_this_rank = stage_idx - 1 in stage_index_to_stage
1613-
=======
1614-
is_prev_stage_on_this_rank = stage_idx + 1 in stage_index_to_stage
1615-
>>>>>>> 9eb54a4094e ([Pipelining] Support V-schedules in IR and Runtime)
16161612

16171613
logger.debug(
16181614
"_PipelineScheduleRuntime running time_step %d, action %s",

0 commit comments

Comments
 (0)