hf-transformers-bot commited on
Commit
c35f947
·
verified ·
1 Parent(s): 41e2021

Upload 2025-10-31/runs/22462-18984035193/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-10-31/runs/22462-18984035193/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_clip": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 1,
7
+ "multi": 5
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": 846,
47
+ "skipped": 572,
48
+ "time_spent": [
49
+ 140.32,
50
+ 142.05
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "single": [
55
+ {
56
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPModelTest::test_model",
57
+ "trace": "(line 538) assert 2 == 3"
58
+ }
59
+ ],
60
+ "multi": [
61
+ {
62
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPVisionModelTest::test_multi_gpu_data_parallel_forward",
63
+ "trace": "(line 66) RuntimeError: NCCL Error 2: unhandled system error (run with NCCL_DEBUG=INFO for details)"
64
+ },
65
+ {
66
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPTextModelTest::test_multi_gpu_data_parallel_forward",
67
+ "trace": "(line 66) RuntimeError: NCCL Error 3: internal error - please report this issue to the NCCL developers"
68
+ },
69
+ {
70
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPModelTest::test_model",
71
+ "trace": "(line 538) assert 2 == 3"
72
+ },
73
+ {
74
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPModelTest::test_multi_gpu_data_parallel_forward",
75
+ "trace": "(line 66) RuntimeError: NCCL Error 3: internal error - please report this issue to the NCCL developers"
76
+ },
77
+ {
78
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPForImageClassificationModelTest::test_multi_gpu_data_parallel_forward",
79
+ "trace": "(line 66) RuntimeError: NCCL Error 3: internal error - please report this issue to the NCCL developers"
80
+ }
81
+ ]
82
+ },
83
+ "job_link": {
84
+ "single": "https://github.com/huggingface/transformers/actions/runs/18984035193/job/54223984127",
85
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18984035193/job/54223984126"
86
+ },
87
+ "captured_info": {}
88
+ },
89
+ "models_vit": {
90
+ "failed": {
91
+ "PyTorch": {
92
+ "unclassified": 0,
93
+ "single": 2,
94
+ "multi": 2
95
+ },
96
+ "Tokenizers": {
97
+ "unclassified": 0,
98
+ "single": 0,
99
+ "multi": 0
100
+ },
101
+ "Pipelines": {
102
+ "unclassified": 0,
103
+ "single": 0,
104
+ "multi": 0
105
+ },
106
+ "Trainer": {
107
+ "unclassified": 0,
108
+ "single": 0,
109
+ "multi": 0
110
+ },
111
+ "ONNX": {
112
+ "unclassified": 0,
113
+ "single": 0,
114
+ "multi": 0
115
+ },
116
+ "Auto": {
117
+ "unclassified": 0,
118
+ "single": 0,
119
+ "multi": 0
120
+ },
121
+ "Quantization": {
122
+ "unclassified": 0,
123
+ "single": 0,
124
+ "multi": 0
125
+ },
126
+ "Unclassified": {
127
+ "unclassified": 0,
128
+ "single": 0,
129
+ "multi": 0
130
+ }
131
+ },
132
+ "errors": 0,
133
+ "success": 207,
134
+ "skipped": 165,
135
+ "time_spent": [
136
+ 61.12,
137
+ 60.72
138
+ ],
139
+ "error": false,
140
+ "failures": {
141
+ "multi": [
142
+ {
143
+ "line": "tests/models/vit/test_modeling_vit.py::ViTModelTest::test_config",
144
+ "trace": "(line 222) assert 1 == 2"
145
+ },
146
+ {
147
+ "line": "tests/models/vit/test_modeling_vit.py::ViTModelTest::test_flash_attn_2_fp32_ln",
148
+ "trace": "(line 228) assert 3 == 5"
149
+ }
150
+ ],
151
+ "single": [
152
+ {
153
+ "line": "tests/models/vit/test_modeling_vit.py::ViTModelTest::test_config",
154
+ "trace": "(line 222) assert 1 == 2"
155
+ },
156
+ {
157
+ "line": "tests/models/vit/test_modeling_vit.py::ViTModelTest::test_flash_attn_2_fp32_ln",
158
+ "trace": "(line 228) assert 3 == 5"
159
+ }
160
+ ]
161
+ },
162
+ "job_link": {
163
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18984035193/job/54223984108",
164
+ "single": "https://github.com/huggingface/transformers/actions/runs/18984035193/job/54223984124"
165
+ },
166
+ "captured_info": {}
167
+ }
168
+ }