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