Commit c1388df
Fix device_mesh test to compatible with old pytorch (#87)
Summary:
Pull Request resolved: #87
device_mesh test has to be run with old pytorch, which does not have GroupName. Import GroupName will break the github oss ci: https://github.com/meta-pytorch/torchcomms/commits/main/. Let's make sure it works with old pytorch
Reviewed By: YulunW
Differential Revision: D88823652
fbshipit-source-id: ce4b00bb00eed51c21393621557259c3211b57581 parent 0218801 commit c1388df
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
0 commit comments