ArthurZ HF Staff commited on
Commit
1be3cdd
·
verified ·
1 Parent(s): 9885d12

Update CircleCI artifacts for PR 41621 (c6b1dc597f97)

Browse files
pr-41621/sha-c6b1dc597f97/failure_summary.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_processors",
5
+ "test_name": "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_frame_sampling",
6
+ "short_error": "AssertionError: 84392 != 5760",
7
+ "error": "/usr/local/lib/python3.10/unittest/case.py:838: AssertionError: 84392 != 5760",
8
+ "model_name": "qwen2_5_omni"
9
+ },
10
+ {
11
+ "job_name": "tests_processors",
12
+ "test_name": "tests/models/qwen3_omni_moe/test_processing_qwen3_omni_moe.py::Qwen3OmniMoeProcessorTest::test_apply_chat_template_video_frame_sampling",
13
+ "short_error": "AssertionError: 84392 != 7728",
14
+ "error": "/usr/local/lib/python3.10/unittest/case.py:838: AssertionError: 84392 != 7728",
15
+ "model_name": "qwen3_omni_moe"
16
+ },
17
+ {
18
+ "job_name": "tests_generate",
19
+ "test_name": "tests/models/glm_image/test_modeling_glm_image.py::GlmImageModelTest::test_prompt_lookup_decoding_matches_greedy_search",
20
+ "short_error": "IndexError: The shape of the mask [74] at index 0 does not match the shape of the indexed tensor [2] at index 0",
21
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/models/glm_image/modeling_glm_image.py:1074: IndexError: The shape of the mask [74] at index 0 does not match the shape of the indexed tensor [2] at index 0",
22
+ "model_name": "glm_image"
23
+ }
24
+ ],
25
+ "by_test": {
26
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_frame_sampling": {
27
+ "count": 1,
28
+ "errors": {
29
+ "/usr/local/lib/python3.10/unittest/case.py:838: AssertionError: 84392 != 5760": 1
30
+ },
31
+ "jobs": [
32
+ "tests_processors"
33
+ ],
34
+ "variants": [
35
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_frame_sampling"
36
+ ]
37
+ },
38
+ "tests/models/qwen3_omni_moe/test_processing_qwen3_omni_moe.py::Qwen3OmniMoeProcessorTest::test_apply_chat_template_video_frame_sampling": {
39
+ "count": 1,
40
+ "errors": {
41
+ "/usr/local/lib/python3.10/unittest/case.py:838: AssertionError: 84392 != 7728": 1
42
+ },
43
+ "jobs": [
44
+ "tests_processors"
45
+ ],
46
+ "variants": [
47
+ "tests/models/qwen3_omni_moe/test_processing_qwen3_omni_moe.py::Qwen3OmniMoeProcessorTest::test_apply_chat_template_video_frame_sampling"
48
+ ]
49
+ },
50
+ "tests/models/glm_image/test_modeling_glm_image.py::GlmImageModelTest::test_prompt_lookup_decoding_matches_greedy_search": {
51
+ "count": 1,
52
+ "errors": {
53
+ "/usr/local/lib/python3.10/site-packages/transformers/models/glm_image/modeling_glm_image.py:1074: IndexError: The shape of the mask [74] at index 0 does not match the shape of the indexed tensor [2] at index 0": 1
54
+ },
55
+ "jobs": [
56
+ "tests_generate"
57
+ ],
58
+ "variants": [
59
+ "tests/models/glm_image/test_modeling_glm_image.py::GlmImageModelTest::test_prompt_lookup_decoding_matches_greedy_search"
60
+ ]
61
+ }
62
+ },
63
+ "by_model": {
64
+ "qwen2_5_omni": {
65
+ "count": 1,
66
+ "errors": {
67
+ "/usr/local/lib/python3.10/unittest/case.py:838: AssertionError: 84392 != 5760": 1
68
+ },
69
+ "tests": [
70
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_frame_sampling"
71
+ ]
72
+ },
73
+ "qwen3_omni_moe": {
74
+ "count": 1,
75
+ "errors": {
76
+ "/usr/local/lib/python3.10/unittest/case.py:838: AssertionError: 84392 != 7728": 1
77
+ },
78
+ "tests": [
79
+ "tests/models/qwen3_omni_moe/test_processing_qwen3_omni_moe.py::Qwen3OmniMoeProcessorTest::test_apply_chat_template_video_frame_sampling"
80
+ ]
81
+ },
82
+ "glm_image": {
83
+ "count": 1,
84
+ "errors": {
85
+ "/usr/local/lib/python3.10/site-packages/transformers/models/glm_image/modeling_glm_image.py:1074: IndexError: The shape of the mask [74] at index 0 does not match the shape of the indexed tensor [2] at index 0": 1
86
+ },
87
+ "tests": [
88
+ "tests/models/glm_image/test_modeling_glm_image.py::GlmImageModelTest::test_prompt_lookup_decoding_matches_greedy_search"
89
+ ]
90
+ }
91
+ }
92
+ }