Skip to content
Merged
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
1 change: 1 addition & 0 deletions tests/integration/train_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ def test_tpu_zero1_gradient_accumulation(self):
@pytest.mark.integration_test
@pytest.mark.gpu_only
@pytest.mark.scheduled_only
@pytest.mark.skip(reason="b/489133823. Previously transient in b/462548581.")
def test_gpu_zero1_gradient_accumulation(self):
os.environ["NVTE_FUSED_ATTN"] = "1" # Enable fused attention
zero1_ga = [ # tests Zero-1 optimizer sharding with gradient accumulation
Expand Down
Loading