hf-transformers-bot commited on
Commit
01f7b09
·
verified ·
1 Parent(s): f5fdaa4

Upload 2025-12-03/runs/24608-19896728031/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-12-03/runs/24608-19896728031/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_llama": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 2,
7
+ "multi": 2
8
+ },
9
+ "Tokenizers": {
10
+ "unclassified": 0,
11
+ "single": 5,
12
+ "multi": 5
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": 361,
47
+ "skipped": 195,
48
+ "time_spent": [
49
+ 358.42,
50
+ 286.82
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "single": [
55
+ {
56
+ "line": "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_llama_3_1_hard",
57
+ "trace": "(line 649) AssertionError: 'Tell[74 chars]ical social and political upheaval in France t[557 chars]s.\\n' != 'Tell[74 chars]ical political and social upheaval in France t[558 chars]nshr'"
58
+ },
59
+ {
60
+ "line": "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits_bf16",
61
+ "trace": "(line 687) AssertionError: False is not true"
62
+ },
63
+ {
64
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_added_tokens_serialization",
65
+ "trace": "(line 489) OSError: You are trying to access a gated repo."
66
+ },
67
+ {
68
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_chat_template_return_assistant_tokens_mask",
69
+ "trace": "(line 489) OSError: You are trying to access a gated repo."
70
+ },
71
+ {
72
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_chat_template_return_assistant_tokens_mask_truncated",
73
+ "trace": "(line 489) OSError: You are trying to access a gated repo."
74
+ },
75
+ {
76
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_padding_side_in_kwargs",
77
+ "trace": "(line 489) OSError: You are trying to access a gated repo."
78
+ },
79
+ {
80
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_truncation_side_in_kwargs",
81
+ "trace": "(line 489) OSError: You are trying to access a gated repo."
82
+ }
83
+ ],
84
+ "multi": [
85
+ {
86
+ "line": "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_llama_3_1_hard",
87
+ "trace": "(line 649) AssertionError: 'Tell[74 chars]ical social and political upheaval in France t[557 chars]s.\\n' != 'Tell[74 chars]ical political and social upheaval in France t[558 chars]nshr'"
88
+ },
89
+ {
90
+ "line": "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits_bf16",
91
+ "trace": "(line 687) AssertionError: False is not true"
92
+ },
93
+ {
94
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_added_tokens_serialization",
95
+ "trace": "(line 489) OSError: You are trying to access a gated repo."
96
+ },
97
+ {
98
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_chat_template_return_assistant_tokens_mask",
99
+ "trace": "(line 489) OSError: You are trying to access a gated repo."
100
+ },
101
+ {
102
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_chat_template_return_assistant_tokens_mask_truncated",
103
+ "trace": "(line 489) OSError: You are trying to access a gated repo."
104
+ },
105
+ {
106
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_padding_side_in_kwargs",
107
+ "trace": "(line 489) OSError: You are trying to access a gated repo."
108
+ },
109
+ {
110
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_truncation_side_in_kwargs",
111
+ "trace": "(line 489) OSError: You are trying to access a gated repo."
112
+ }
113
+ ]
114
+ },
115
+ "job_link": {
116
+ "single": "https://github.com/huggingface/transformers/actions/runs/19896728031/job/57029807492",
117
+ "multi": "https://github.com/huggingface/transformers/actions/runs/19896728031/job/57029807564"
118
+ },
119
+ "captured_info": {}
120
+ }
121
+ }