Commit 236a03e
committed
feat(tests): replace manual sp_group retrieval with module attribute
- Use `sequence_parallel._sp_group` directly instead of calling `_get_sp_group_from_device_mesh`
- Simplifies test setup by relying on internal module state after `_setup_sp`1 parent be4b33d commit 236a03e
File tree
1 file changed
+2
-2
lines changed- tests/sequence_parallel
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments