Skip to content
Closed
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
12 changes: 6 additions & 6 deletions test/convergence/fp32/test_mini_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1572,12 +1572,12 @@ def run_mini_model(
not LLAMA4_AVAILABLE,
reason="Llama4 not available in this version of trasnformers",
),
pytest.mark.xfail(
reason=(
"RuntimeError: Expected query, key, and value to have the same dtype, but got query.dtype:"
" float key.dtype: c10::BFloat16 and value.dtype: c10::BFloat16 instead."
)
),
#pytest.mark.xfail(
# reason=(
# "RuntimeError: Expected query, key, and value to have the same dtype, but got query.dtype:"
# " float key.dtype: c10::BFloat16 and value.dtype: c10::BFloat16 instead."
# )
#),
],
),
("mini_llama3", 32, 1e-4, torch.float32, 1e-8, 2e-5, 5e-3, 1e-5, 5e-3, 1e-5),
Expand Down
Loading