You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skip tests with internal/external discrepancy (pytorch#2759)
Summary:
# context
* in torchrec github (OSS env) a few tests are [failing](https://github.com/pytorch/torchrec/actions/runs/13449271251/job/37580767712)
* however, these tests pass internally due to different set up
* torch.export uses training ir externally but inference ir internally
* dlrm transformer tests use random.seed(0) to generate initial weights and the numeric values might be different internally and externally
Reviewed By: dstaay-fb, iamzainhuda
Differential Revision: D69996988
0 commit comments