Skip to content

Commit 6be61a0

Browse files
authored
Merge queue test. (#1095)
## Summary <!--- This is a required section; please describe the main purpose of this proposed code change. ---> <!--- ## Details This is an optional section; is there anything specific that reviewers should be aware of? ---> Merge queue test. ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> Test failure inserted. SHOULD NOT MERGE - Hardware Type: <BLANK> - [x] run `make test` to ensure correctness - [x] run `make checkstyle` to ensure code style - [x] run `make test-convergence` to ensure convergence
1 parent 498e58b commit 6be61a0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/convergence/fp32/test_mini_models.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,12 +1605,6 @@ def run_mini_model(
16051605
not LLAMA4_AVAILABLE,
16061606
reason="Llama4 not available in this version of trasnformers",
16071607
),
1608-
pytest.mark.xfail(
1609-
reason=(
1610-
"RuntimeError: Expected query, key, and value to have the same dtype, but got query.dtype:"
1611-
" float key.dtype: c10::BFloat16 and value.dtype: c10::BFloat16 instead."
1612-
)
1613-
),
16141608
],
16151609
),
16161610
("mini_llama3", 32, 1e-4, torch.float32, 1e-8, 2e-5, 5e-3, 1e-5, 5e-3, 1e-5),

0 commit comments

Comments
 (0)