Commit 156dcb2
authored
Run Evoformer tests sequentially (deepspeedai#7810)
Evoformer tests fail when we run them in parallel with other tests.
```
RuntimeError: Cannot re-initialize CUDA in forked subprocess.
```
This PR adds `@pytest.mark.sequential` to the tests.
See the full test log for details:
https://github.com/deepspeedai/DeepSpeed/actions/runs/21303530770/job/61326548592
Signed-off-by: Masahiro Tanaka <mtanaka@anyscale.com>1 parent 5b2ccad commit 156dcb2
File tree
1 file changed
+1
-0
lines changed- tests/unit/ops/deepspeed4science
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments