hf-transformers-bot commited on
Commit
355ac84
·
verified ·
1 Parent(s): dcf2fe3

Upload 2025-10-28/runs/22260-18880399112/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-10-28/runs/22260-18880399112/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 215,
47
+ "skipped": 159,
48
+ "time_spent": [
49
+ 53.04,
50
+ 52.39
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/18880399112/job/53882089075",
69
+ "single": "https://github.com/huggingface/transformers/actions/runs/18880399112/job/53882089108"
70
+ },
71
+ "captured_info": {}
72
+ },
73
+ "models_clip": {
74
+ "failed": {
75
+ "PyTorch": {
76
+ "unclassified": 0,
77
+ "single": 0,
78
+ "multi": 4
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": 884,
118
+ "skipped": 536,
119
+ "time_spent": [
120
+ 132.97,
121
+ 134.94
122
+ ],
123
+ "error": false,
124
+ "failures": {
125
+ "multi": [
126
+ {
127
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPVisionModelTest::test_multi_gpu_data_parallel_forward",
128
+ "trace": "(line 66) RuntimeError: NCCL Error 2: unhandled system error (run with NCCL_DEBUG=INFO for details)"
129
+ },
130
+ {
131
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPTextModelTest::test_multi_gpu_data_parallel_forward",
132
+ "trace": "(line 66) RuntimeError: NCCL Error 3: internal error - please report this issue to the NCCL developers"
133
+ },
134
+ {
135
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPModelTest::test_multi_gpu_data_parallel_forward",
136
+ "trace": "(line 66) RuntimeError: NCCL Error 3: internal error - please report this issue to the NCCL developers"
137
+ },
138
+ {
139
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPForImageClassificationModelTest::test_multi_gpu_data_parallel_forward",
140
+ "trace": "(line 66) RuntimeError: NCCL Error 3: internal error - please report this issue to the NCCL developers"
141
+ }
142
+ ]
143
+ },
144
+ "job_link": {
145
+ "single": "https://github.com/huggingface/transformers/actions/runs/18880399112/job/53882089037",
146
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18880399112/job/53882089043"
147
+ },
148
+ "captured_info": {}
149
+ }
150
+ }