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 477ac00 commit 50c48adCopy full SHA for 50c48ad
torch/distributed/pipelining/schedules.py
@@ -1608,11 +1608,7 @@ def _assert_unsharded(stage_idx: int):
1608
stage_uses_fsdp = isinstance(stage.submod, FSDPModule)
1609
# see [Note: V-schedule special case]
1610
is_next_stage_on_this_rank = stage_idx + 1 in stage_index_to_stage
1611
-<<<<<<< HEAD
1612
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)
1616
1617
logger.debug(
1618
"_PipelineScheduleRuntime running time_step %d, action %s",
0 commit comments