Skip to content

Commit 732b0b1

Browse files
committed
Merge queue test, should not be merged.
1 parent 066d525 commit 732b0b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/convergence/fp32/test_mini_models.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,12 +1572,12 @@ def run_mini_model(
15721572
not LLAMA4_AVAILABLE,
15731573
reason="Llama4 not available in this version of trasnformers",
15741574
),
1575-
pytest.mark.xfail(
1576-
reason=(
1577-
"RuntimeError: Expected query, key, and value to have the same dtype, but got query.dtype:"
1578-
" float key.dtype: c10::BFloat16 and value.dtype: c10::BFloat16 instead."
1579-
)
1580-
),
1575+
#pytest.mark.xfail(
1576+
# reason=(
1577+
# "RuntimeError: Expected query, key, and value to have the same dtype, but got query.dtype:"
1578+
# " float key.dtype: c10::BFloat16 and value.dtype: c10::BFloat16 instead."
1579+
# )
1580+
#),
15811581
],
15821582
),
15831583
("mini_llama3", 32, 1e-4, torch.float32, 1e-8, 2e-5, 5e-3, 1e-5, 5e-3, 1e-5),

0 commit comments

Comments
 (0)