Skip to content
Merged
Show file tree
Hide file tree
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 @@ -97,6 +97,7 @@ def test_generate_only_with_slot_mapping_cuda(conv_env):
)


@pytest.mark.skip(reason="https://nvbugspro.nvidia.com/bug/5548861")
def test_context_flattened_and_state_writeback_cuda(conv_env):
device = conv_env["device"]
dtype = conv_env["dtype"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def mamba_env():
return {"device": device, "dtype": dtype, "atol": atol, "rtol": rtol}


@pytest.mark.skip(reason="https://nvbugspro.nvidia.com/bug/5548861")
def test_triton_generate_only_with_slot_mapping(mamba_env):
device = mamba_env["device"]
dtype = mamba_env["dtype"]
Expand Down
Loading