hf-transformers-bot commited on
Commit
c58af44
·
verified ·
1 Parent(s): 46e639e

Upload 2025-10-30/runs/22395-18944761157/ci_results_run_models_gpu/model_results.json with huggingface_hub

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