Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ def test_fsdp_pretrain_basic(self, tmp_path):
clear_directories(tmp_path)

@pytest.mark.run_only_on("GPU")
@pytest.mark.pleasefixme # Broken after TE2.14 bump
def test_fsdp_pretrain_with_checkpoint(self, tmp_path):
"""
Test FSDP training with checkpoint saving using fsdp_dtensor format.
Expand Down
Loading