hf-transformers-bot commited on
Commit
4887b1f
·
verified ·
1 Parent(s): eeb8160

Upload 2025-10-29/ci_results_run_models_gpu/new_failures.json with huggingface_hub

Browse files
2025-10-29/ci_results_run_models_gpu/new_failures.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "albert": {
3
+ "single-gpu": [
4
+ "tests/models/albert/test_modeling_albert.py::AlbertModelTest::test_flash_attn_2_inference_equivalence"
5
+ ],
6
+ "multi-gpu": []
7
+ },
8
+ "chameleon": {
9
+ "single-gpu": [
10
+ "tests/models/chameleon/test_modeling_chameleon.py::ChameleonVision2SeqModelTest::test_flash_attention_2_padding_matches_padding_free_with_position_ids_and_fa_kwargs"
11
+ ],
12
+ "multi-gpu": []
13
+ },
14
+ "ernie": {
15
+ "single-gpu": [],
16
+ "multi-gpu": [
17
+ "tests/models/ernie/test_modeling_ernie.py::ErnieModelTest::test_flash_attn_2_inference_equivalence"
18
+ ]
19
+ },
20
+ "gpt_neo": {
21
+ "single-gpu": [],
22
+ "multi-gpu": [
23
+ "tests/models/gpt_neo/test_modeling_gpt_neo.py::GPTNeoModelTest::test_eager_matches_fa2_generate"
24
+ ]
25
+ },
26
+ "hunyuan_v1_moe": {
27
+ "single-gpu": [
28
+ "tests/models/hunyuan_v1_moe/test_modeling_hunyuan_v1_moe.py::HunYuanMoEV1ModelTest::test_flash_attn_2_equivalence"
29
+ ],
30
+ "multi-gpu": []
31
+ },
32
+ "lfm2_vl": {
33
+ "single-gpu": [
34
+ "tests/models/lfm2_vl/test_modeling_lfm2_vl.py::Lfm2VlModelTest::test_flash_attention_2_padding_matches_padding_free_with_position_ids_and_fa_kwargs"
35
+ ],
36
+ "multi-gpu": [
37
+ "tests/models/lfm2_vl/test_modeling_lfm2_vl.py::Lfm2VlModelTest::test_flash_attention_2_padding_matches_padding_free_with_position_ids"
38
+ ]
39
+ },
40
+ "mixtral": {
41
+ "single-gpu": [
42
+ "tests/models/mixtral/test_modeling_mixtral.py::MixtralModelTest::test_flash_attn_2_equivalence"
43
+ ],
44
+ "multi-gpu": []
45
+ },
46
+ "mllama": {
47
+ "single-gpu": [
48
+ "tests/models/mllama/test_modeling_mllama.py::MllamaForCausalLMModelTest::test_flash_attention_2_padding_matches_padding_free_with_position_ids"
49
+ ],
50
+ "multi-gpu": []
51
+ },
52
+ "phimoe": {
53
+ "single-gpu": [
54
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeModelTest::test_flash_attention_2_padding_matches_padding_free_with_position_ids_and_fa_kwargs"
55
+ ],
56
+ "multi-gpu": []
57
+ },
58
+ "roberta": {
59
+ "single-gpu": [],
60
+ "multi-gpu": [
61
+ "tests/models/roberta/test_modeling_roberta.py::RobertaModelTest::test_flash_attn_2_inference_equivalence"
62
+ ]
63
+ }
64
+ }