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/unit_tests/transformer/test_cuda_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ def teardown_method(self, method):
_CudagraphGlobalRecord.cudagraph_record = []
CudaGraphManager.global_mempool = None

@pytest.mark.flaky_in_dev # Issue #5474
@pytest.mark.skipif(
not (HAVE_TE and is_te_min_version("1.5.0")),
reason="use_te_rng_tracker requires TransformerEngine version >= 1.5",
Expand Down
Loading