hf-transformers-bot commited on
Commit
543b095
·
verified ·
1 Parent(s): d07e116

Upload 2025-11-30/ci_results_run_models_gpu/new_failures.json with huggingface_hub

Browse files
2025-11-30/ci_results_run_models_gpu/new_failures.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ernie": {
3
+ "single-gpu": [],
4
+ "multi-gpu": [
5
+ "tests/models/ernie/test_modeling_ernie.py::ErnieModelTest::test_flash_attn_2_inference_equivalence"
6
+ ]
7
+ },
8
+ "mixtral": {
9
+ "single-gpu": [],
10
+ "multi-gpu": [
11
+ "tests/models/mixtral/test_modeling_mixtral.py::MixtralModelTest::test_flash_attn_2_equivalence"
12
+ ]
13
+ },
14
+ "moshi": {
15
+ "single-gpu": [
16
+ "tests/models/moshi/test_modeling_moshi.py::MoshiDecoderTest::test_flash_attn_2_inference_equivalence",
17
+ "tests/models/moshi/test_modeling_moshi.py::MoshiDecoderTest::test_flash_attn_2_inference_equivalence_right_padding",
18
+ "tests/models/moshi/test_modeling_moshi.py::MoshiTest::test_eager_matches_fa2_generate",
19
+ "tests/models/moshi/test_modeling_moshi.py::MoshiTest::test_flash_attn_2_fp32_ln",
20
+ "tests/models/moshi/test_modeling_moshi.py::MoshiTest::test_flash_attn_2_from_config",
21
+ "tests/models/moshi/test_modeling_moshi.py::MoshiTest::test_flash_attn_2_inference_equivalence",
22
+ "tests/models/moshi/test_modeling_moshi.py::MoshiTest::test_flash_attn_2_inference_equivalence_right_padding"
23
+ ],
24
+ "multi-gpu": []
25
+ },
26
+ "nemotron": {
27
+ "single-gpu": [
28
+ "tests/models/nemotron/test_modeling_nemotron.py::NemotronModelTest::test_flash_attn_2_equivalence"
29
+ ],
30
+ "multi-gpu": []
31
+ },
32
+ "roberta_prelayernorm": {
33
+ "single-gpu": [
34
+ "tests/models/roberta_prelayernorm/test_modeling_roberta_prelayernorm.py::RobertaPreLayerNormModelTest::test_flash_attn_2_inference_equivalence"
35
+ ],
36
+ "multi-gpu": []
37
+ },
38
+ "xmod": {
39
+ "single-gpu": [
40
+ "tests/models/xmod/test_modeling_xmod.py::XmodModelTest::test_flash_attn_2_inference_equivalence_right_padding"
41
+ ],
42
+ "multi-gpu": []
43
+ }
44
+ }