hf-transformers-bot commited on
Commit
e428808
·
verified ·
1 Parent(s): 60d4111

Upload 2026-08-19/runs/8363-32246506613/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2026-08-19/runs/8363-32246506613/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_qwen2_5_omni": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 5,
7
+ "multi": 6
8
+ },
9
+ "Tokenizers": {
10
+ "unclassified": 0,
11
+ "single": 0,
12
+ "multi": 0
13
+ },
14
+ "Pipelines": {
15
+ "unclassified": 0,
16
+ "single": 0,
17
+ "multi": 0
18
+ },
19
+ "Trainer": {
20
+ "unclassified": 0,
21
+ "single": 0,
22
+ "multi": 0
23
+ },
24
+ "ONNX": {
25
+ "unclassified": 0,
26
+ "single": 0,
27
+ "multi": 0
28
+ },
29
+ "Auto": {
30
+ "unclassified": 0,
31
+ "single": 0,
32
+ "multi": 0
33
+ },
34
+ "Quantization": {
35
+ "unclassified": 0,
36
+ "single": 0,
37
+ "multi": 0
38
+ },
39
+ "Unclassified": {
40
+ "unclassified": 0,
41
+ "single": 0,
42
+ "multi": 0
43
+ }
44
+ },
45
+ "errors": 0,
46
+ "success": 379,
47
+ "skipped": 278,
48
+ "time_spent": [
49
+ 247.91,
50
+ 188.3
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "single": [
55
+ {
56
+ "line": "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniThinkerForConditionalGenerationModelTest::test_flash_attention_2_padding_matches_padding_free_with_position_ids_and_fa_kwargs",
57
+ "trace": "(line 621) TypeError: transformers.integrations.flash_attention.flash_attention_forward() got multiple values for keyword argument 'cu_seq_lens_q'"
58
+ },
59
+ {
60
+ "line": "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniThinkerForConditionalGenerationModelTest::test_generate_compile_model_forward_fullgraph",
61
+ "trace": "(line 1723) RuntimeError: `torch.compile` recompiled part of the forward pass in Qwen2_5OmniThinkerForConditionalGeneration. See the test logs for more details."
62
+ },
63
+ {
64
+ "line": "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniThinkerForConditionalGenerationModelTest::test_static_cache_no_recompile_with_smaller_length",
65
+ "trace": "(line 1855) RuntimeError: `torch.compile` recompiled part of the forward pass in Qwen2_5OmniThinkerForConditionalGeneration. See the test logs for more details."
66
+ },
67
+ {
68
+ "line": "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test",
69
+ "trace": "(line 672) AssertionError: \"syst[108 chars]d is glass shattering, and the dog is a Labrador Retriever.\" != \"syst[108 chars]d is a glass shattering. The dog in the pictur[22 chars]ver.\""
70
+ },
71
+ {
72
+ "line": "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test_batch",
73
+ "trace": "(line 551) OSError: Qwen/Qwen2.5-Omni-7B does not appear to have a file named model-00001-of-00005.safetensors. Checkout 'https://huggingface.co/Qwen/Qwen2.5-Omni-7B/tree/main' for available files."
74
+ }
75
+ ],
76
+ "multi": [
77
+ {
78
+ "line": "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniThinkerForConditionalGenerationModelTest::test_flash_attention_2_padding_matches_padding_free_with_position_ids_and_fa_kwargs",
79
+ "trace": "(line 621) TypeError: transformers.integrations.flash_attention.flash_attention_forward() got multiple values for keyword argument 'cu_seq_lens_q'"
80
+ },
81
+ {
82
+ "line": "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniThinkerForConditionalGenerationModelTest::test_generate_compile_model_forward_fullgraph",
83
+ "trace": "(line 1723) RuntimeError: `torch.compile` recompiled part of the forward pass in Qwen2_5OmniThinkerForConditionalGeneration. See the test logs for more details."
84
+ },
85
+ {
86
+ "line": "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniThinkerForConditionalGenerationModelTest::test_multi_gpu_data_parallel_forward",
87
+ "trace": "(line 769) StopIteration: Caught StopIteration in replica 1 on device 1."
88
+ },
89
+ {
90
+ "line": "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniThinkerForConditionalGenerationModelTest::test_static_cache_no_recompile_with_smaller_length",
91
+ "trace": "(line 1855) RuntimeError: `torch.compile` recompiled part of the forward pass in Qwen2_5OmniThinkerForConditionalGeneration. See the test logs for more details."
92
+ },
93
+ {
94
+ "line": "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test",
95
+ "trace": "(line 672) AssertionError: \"syst[108 chars]d is glass shattering, and the dog is a Labrador Retriever.\" != \"syst[108 chars]d is a glass shattering. The dog in the pictur[22 chars]ver.\""
96
+ },
97
+ {
98
+ "line": "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test_batch",
99
+ "trace": "(line 714) AssertionError: Lists differ: [\"sys[109 chars]d is glass shattering, and the dog is a Labrad[185 chars]er.\"] != [\"sys[109 chars]d is a glass shattering. The dog in the pictur[211 chars]er.\"]"
100
+ }
101
+ ]
102
+ },
103
+ "job_link": {
104
+ "single": "https://github.com/huggingface/transformers/actions/runs/32246506613/job/96049716421",
105
+ "multi": "https://github.com/huggingface/transformers/actions/runs/32246506613/job/96049716409"
106
+ },
107
+ "captured_info": {
108
+ "single": "https://github.com/huggingface/transformers/actions/runs/32246506613/job/96049716421#step:17:1",
109
+ "multi": "https://github.com/huggingface/transformers/actions/runs/32246506613/job/96049716409#step:17:1"
110
+ }
111
+ }
112
+ }