hf-transformers-bot commited on
Commit
ff34c0c
·
verified ·
1 Parent(s): 76adf98

Upload 2025-11-01/runs/22481-19001092563/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-11-01/runs/22481-19001092563/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_clip": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 0,
7
+ "multi": 4
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": 848,
47
+ "skipped": 572,
48
+ "time_spent": [
49
+ 141.4,
50
+ 141.11
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "multi": [
55
+ {
56
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPVisionModelTest::test_multi_gpu_data_parallel_forward",
57
+ "trace": "(line 66) RuntimeError: NCCL Error 2: unhandled system error (run with NCCL_DEBUG=INFO for details)"
58
+ },
59
+ {
60
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPTextModelTest::test_multi_gpu_data_parallel_forward",
61
+ "trace": "(line 66) RuntimeError: NCCL Error 3: internal error - please report this issue to the NCCL developers"
62
+ },
63
+ {
64
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPModelTest::test_multi_gpu_data_parallel_forward",
65
+ "trace": "(line 66) RuntimeError: NCCL Error 3: internal error - please report this issue to the NCCL developers"
66
+ },
67
+ {
68
+ "line": "tests/models/clip/test_modeling_clip.py::CLIPForImageClassificationModelTest::test_multi_gpu_data_parallel_forward",
69
+ "trace": "(line 66) RuntimeError: NCCL Error 3: internal error - please report this issue to the NCCL developers"
70
+ }
71
+ ]
72
+ },
73
+ "job_link": {
74
+ "single": "https://github.com/huggingface/transformers/actions/runs/19001092563/job/54267998142",
75
+ "multi": "https://github.com/huggingface/transformers/actions/runs/19001092563/job/54267998139"
76
+ },
77
+ "captured_info": {}
78
+ },
79
+ "models_vit": {
80
+ "failed": {
81
+ "PyTorch": {
82
+ "unclassified": 0,
83
+ "single": 0,
84
+ "multi": 0
85
+ },
86
+ "Tokenizers": {
87
+ "unclassified": 0,
88
+ "single": 0,
89
+ "multi": 0
90
+ },
91
+ "Pipelines": {
92
+ "unclassified": 0,
93
+ "single": 0,
94
+ "multi": 0
95
+ },
96
+ "Trainer": {
97
+ "unclassified": 0,
98
+ "single": 0,
99
+ "multi": 0
100
+ },
101
+ "ONNX": {
102
+ "unclassified": 0,
103
+ "single": 0,
104
+ "multi": 0
105
+ },
106
+ "Auto": {
107
+ "unclassified": 0,
108
+ "single": 0,
109
+ "multi": 0
110
+ },
111
+ "Quantization": {
112
+ "unclassified": 0,
113
+ "single": 0,
114
+ "multi": 0
115
+ },
116
+ "Unclassified": {
117
+ "unclassified": 0,
118
+ "single": 0,
119
+ "multi": 0
120
+ }
121
+ },
122
+ "errors": 0,
123
+ "success": 209,
124
+ "skipped": 167,
125
+ "time_spent": [
126
+ 60.53,
127
+ 61.27
128
+ ],
129
+ "error": false,
130
+ "failures": {},
131
+ "job_link": {
132
+ "multi": "https://github.com/huggingface/transformers/actions/runs/19001092563/job/54267998137",
133
+ "single": "https://github.com/huggingface/transformers/actions/runs/19001092563/job/54267998140"
134
+ },
135
+ "captured_info": {}
136
+ }
137
+ }