hf-transformers-bot commited on
Commit
82c144c
·
verified ·
1 Parent(s): f7e182f

Upload 2026-01-06/runs/26247-20753911853/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2026-01-06/runs/26247-20753911853/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_lasr": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 7,
7
+ "multi": 8
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": 303,
47
+ "skipped": 146,
48
+ "time_spent": [
49
+ 111.01,
50
+ 114.65
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "single": [
55
+ {
56
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrEncoderModelTest::test_disk_offload_bin",
57
+ "trace": "(line 289) ValueError: running_mean is on the meta device, we need a `value` to put in on 0."
58
+ },
59
+ {
60
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrEncoderModelTest::test_disk_offload_safetensors",
61
+ "trace": "(line 289) ValueError: running_mean is on the meta device, we need a `value` to put in on 0."
62
+ },
63
+ {
64
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrForCTCModelTest::test_disk_offload_bin",
65
+ "trace": "(line 289) ValueError: running_mean is on the meta device, we need a `value` to put in on 0."
66
+ },
67
+ {
68
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrForCTCModelTest::test_disk_offload_safetensors",
69
+ "trace": "(line 289) ValueError: running_mean is on the meta device, we need a `value` to put in on 0."
70
+ },
71
+ {
72
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration",
73
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
74
+ },
75
+ {
76
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration_batched",
77
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
78
+ },
79
+ {
80
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration_pipe_with_chunk",
81
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
82
+ }
83
+ ],
84
+ "multi": [
85
+ {
86
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrEncoderModelTest::test_batching_equivalence",
87
+ "trace": "(line 1457) AssertionError: Batched and Single row outputs are not equal in LasrEncoder for key=last_hidden_state."
88
+ },
89
+ {
90
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrEncoderModelTest::test_disk_offload_bin",
91
+ "trace": "(line 289) ValueError: running_mean is on the meta device, we need a `value` to put in on 0."
92
+ },
93
+ {
94
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrEncoderModelTest::test_disk_offload_safetensors",
95
+ "trace": "(line 289) ValueError: running_mean is on the meta device, we need a `value` to put in on 0."
96
+ },
97
+ {
98
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrForCTCModelTest::test_disk_offload_bin",
99
+ "trace": "(line 289) ValueError: running_mean is on the meta device, we need a `value` to put in on 0."
100
+ },
101
+ {
102
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrForCTCModelTest::test_disk_offload_safetensors",
103
+ "trace": "(line 289) ValueError: running_mean is on the meta device, we need a `value` to put in on 0."
104
+ },
105
+ {
106
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration",
107
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
108
+ },
109
+ {
110
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration_batched",
111
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
112
+ },
113
+ {
114
+ "line": "tests/models/lasr/test_modeling_lasr.py::LasrForCTCIntegrationTest::test_model_integration_pipe_with_chunk",
115
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
116
+ }
117
+ ]
118
+ },
119
+ "job_link": {
120
+ "single": "https://github.com/huggingface/transformers/actions/runs/20753911853/job/59591368291",
121
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20753911853/job/59591368239"
122
+ },
123
+ "captured_info": {
124
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20753911853/job/59591368239#step:16:1"
125
+ }
126
+ }
127
+ }