Skip to content

Commit 792ac19

Browse files
author
Charles Li
committed
Move test_diloco_two_slices to cpu_only
1 parent 23d6a46 commit 792ac19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/unit/diloco_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ def test_diloco_qwen3_moe_two_slices(self):
287287
)
288288
)
289289

290-
@pytest.mark.tpu_only
290+
@pytest.mark.cpu_only
291+
@pytest.mark.tpu_backend
291292
def test_diloco_two_slices(self):
292293
temp_dir = gettempdir()
293294
compiled_trainstep_file = os.path.join(temp_dir, "test_compiled_diloco.pickle")

0 commit comments

Comments
 (0)