hf-transformers-bot commited on
Commit
a75d66d
·
verified ·
1 Parent(s): f38d52b

Upload 2025-11-01/runs/22480-19001052941/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-11-01/runs/22480-19001052941/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 139.52,
50
+ 142.93
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/19001052941/job/54267987449",
85
+ "multi": "https://github.com/huggingface/transformers/actions/runs/19001052941/job/54267987447"
86
+ },
87
+ "captured_info": {}
88
+ },
89
+ "models_vit": {
90
+ "failed": {
91
+ "PyTorch": {
92
+ "unclassified": 0,
93
+ "single": 1,
94
+ "multi": 1
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": 167,
135
+ "time_spent": [
136
+ 61.1,
137
+ 60.07
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
+ "single": [
148
+ {
149
+ "line": "tests/models/vit/test_modeling_vit.py::ViTModelTest::test_config",
150
+ "trace": "(line 222) assert 1 == 2"
151
+ }
152
+ ]
153
+ },
154
+ "job_link": {
155
+ "multi": "https://github.com/huggingface/transformers/actions/runs/19001052941/job/54267987462",
156
+ "single": "https://github.com/huggingface/transformers/actions/runs/19001052941/job/54267987446"
157
+ },
158
+ "captured_info": {}
159
+ }
160
+ }