Skip to content

Commit

Permalink
skip for xpu
Browse files Browse the repository at this point in the history
  • Loading branch information
faaany committed Dec 25, 2024
1 parent 77ff1a9 commit b1e67b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/transformers/test_rms_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ def forward(self, x):
[
(LlamaRMSNorm, 0.0, "llama"),
(GemmaRMSNorm, 1.0, "gemma"),
(BaseRMSNorm, 0.0, "none"),
pytest.param(
BaseRMSNorm, 0.0, "none", marks=pytest.mark.skipif(device="xpu", reason="core dump on xpu, skip for now")
),
],
)
@pytest.mark.parametrize(
Expand Down

0 comments on commit b1e67b7

Please sign in to comment.