Skip to content

Commit 6ffcd37

Browse files
aliafzalmeta-codesync[bot]
authored andcommitted
Update delta tracker to inherit from model delta tracker (#3542)
Summary: Pull Request resolved: #3542 internal Update DeltaTracker to extend from Generic Class ModelDeltaTracker General Context: We are in the process of transition to a unified DeltaTracker and this is 8/n diffs representing changes towards the transition. Differential Revision: D80615741 fbshipit-source-id: 748509a6a2d15581eaf3e82db7ed0163717c3e2d
1 parent 7ce853c commit 6ffcd37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchrec/distributed/model_tracker/model_delta_tracker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ def clear(self, consumer: Optional[str] = None) -> None:
132132
"""
133133
pass
134134

135-
@abstractmethod
136135
def step(self) -> None:
137136
"""
138137
Advance the batch index for all consumers.

0 commit comments

Comments
 (0)