Skip to content

Commit a43cef8

Browse files
iamzainhudafacebook-github-bot
authored andcommitted
fix oss pyre (#2640)
Summary: Pull Request resolved: #2640 tsia Reviewed By: sarckk Differential Revision: D67209515 fbshipit-source-id: 05158068db8ce32a94ee0be2bc4c3ece8f39bac8
1 parent e6e4f6c commit a43cef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchrec/distributed/train_pipeline/tests/test_train_pipelines.py

+1
Original file line numberDiff line numberDiff line change
@@ -2257,6 +2257,7 @@ def setUp(self) -> None:
22572257
torch.autograd.set_detect_anomaly(False)
22582258
self._exit_stack = ExitStack()
22592259
self._exit_stack.enter_context(
2260+
# type: ignore[attr-defined]
22602261
torch._dynamo.config.patch(
22612262
optimize_ddp="python_reducer_without_compiled_forward"
22622263
),

0 commit comments

Comments
 (0)