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 7c6e45b commit d86a491Copy full SHA for d86a491
torchrec/distributed/train_pipeline/types.py
@@ -96,6 +96,7 @@ class PipelineState(Enum):
96
IDLE = 0
97
CALL_FWD = 1
98
CALL_BWD = 2
99
+ UNKNOWN = 3
100
101
def __str__(self) -> str:
102
return self.name
0 commit comments