Commit d71a41b
[PP] Fix disabled flaky tests (pytorch#154856)
Fix pytorch#154373, pytorch#154391, pytorch#154408, pytorch#154443, pytorch#154481
Because MultiProcContinousTest [now executes the tests with 8 GPUs instead of 2](pytorch#153653), our PP tests comparing gradients have become flakier due to the longer pipeline. The gradients are still close but we need to relax the tolerance.
Pull Request resolved: pytorch#154856
Approved by: https://github.com/Skylion0071 parent 803d7b6 commit d71a41b
1 file changed
+1
-1
lines changedtest/distributed/pipelining/test_schedule_multiproc.py
Copy file name to clipboardLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | | - | |
| 516 | + | |
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| |||
0 commit comments