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
3 changes: 0 additions & 3 deletions tests/test_metal_kernel_paged.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ def qwen3_model():

class TestMetalKernelPagedVsStandard:
@pytest.mark.slow
@pytest.mark.xfail(
reason="Metal paged-attention parity mismatch vs standard path (see #119)"
)
def test_greedy_output_matches(self, qwen3_model):
"""Metal kernel paged attention greedy decode must match standard path."""
model, tokenizer = qwen3_model
Expand Down