Commit d1a265c
Fix flaky compute_world_size test on devservers and make pyre happy (#1030)
Summary:
Pull Request resolved: #1030
Fixes tests that are flaky when running locally on devservers. Makes pyre happy for type checking `//torchx/schedulers/fb:ray_scheduler`
Reviewed By: manav-a, hstonec, tonykao8080
Differential Revision: D715765341 parent a04dc77 commit d1a265c
File tree
2 files changed
+7
-2
lines changed- torchx/examples/apps/compute_world_size
- config
- module/test
2 files changed
+7
-2
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments