hf-transformers-bot commited on
Commit
e9c2863
·
verified ·
1 Parent(s): 8c43f5c

Upload 2026-08-21/runs/40172-32528346942/ci_results_run_models_gpu/new_failures_with_bad_commit_grouped_by_authors.json with huggingface_hub

Browse files
2026-08-21/runs/40172-32528346942/ci_results_run_models_gpu/new_failures_with_bad_commit_grouped_by_authors.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "null": {
3
+ "auto": {
4
+ "single-gpu": [
5
+ {
6
+ "test": "tests/models/auto/test_tokenization_auto.py::AutoTokenizerTest::test_deepseek_r1_distill_qwen_uses_qwen2_tokenizer",
7
+ "bad_commit": null,
8
+ "status": "test fails both on the current commit (ca036c1ac79e2534cae05d6579569b5625dd8c5c) and the previous commit (d56c55bf564ddb176759eb6ec199442682564916) with the SAME error message!",
9
+ "pr_number": null,
10
+ "author": null,
11
+ "merged_by": null,
12
+ "parent": null,
13
+ "workflow_commit": "ca036c1ac79e2534cae05d6579569b5625dd8c5c",
14
+ "base_commit": "d56c55bf564ddb176759eb6ec199442682564916",
15
+ "failure_at_workflow_commit": "FAILED tests/models/auto/test_tokenization_auto.py::AutoTokenizerTest::test_deepseek_r1_distill_qwen_uses_qwen2_tokenizer - AssertionError: TokenizersBackend(name_or_path='deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B', vocab_size=151643, model_max_length=16384, padding_side='right', truncation_side='right', special_tokens={'bos_token': '<|begin▁of▁sentence|>', 'eos_token': '<|end▁of▁sentence|>', 'pad_token': '<|end▁of▁sentence|>'}, added_tokens_decoder={",
16
+ "failure_at_base_commit": "FAILED tests/models/auto/test_tokenization_auto.py::AutoTokenizerTest::test_deepseek_r1_distill_qwen_uses_qwen2_tokenizer - AssertionError: TokenizersBackend(name_or_path='deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B', vocab_size=151643, model_max_length=16384, padding_side='right', truncation_side='right', special_tokens={'bos_token': '<|begin▁of▁sentence|>', 'eos_token': '<|end▁of▁sentence|>', 'pad_token': '<|end▁of▁sentence|>'}, added_tokens_decoder={",
17
+ "failure_at_bad_commit": "FAILED tests/models/auto/test_tokenization_auto.py::AutoTokenizerTest::test_deepseek_r1_distill_qwen_uses_qwen2_tokenizer - AssertionError: TokenizersBackend(name_or_path='deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B', vocab_size=151643, model_max_length=16384, padding_side='right', truncation_side='right', special_tokens={'bos_token': '<|begin▁of▁sentence|>', 'eos_token': '<|end▁of▁sentence|>', 'pad_token': '<|end▁of▁sentence|>'}, added_tokens_decoder={",
18
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/32528346942/job/96915563651"
19
+ }
20
+ ]
21
+ },
22
+ "got_ocr2": {
23
+ "single-gpu": [
24
+ {
25
+ "test": "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_dynamic",
26
+ "bad_commit": null,
27
+ "status": "test fails both on the current commit (ca036c1ac79e2534cae05d6579569b5625dd8c5c) and the previous commit (d56c55bf564ddb176759eb6ec199442682564916) with the SAME error message!",
28
+ "pr_number": null,
29
+ "author": null,
30
+ "merged_by": null,
31
+ "parent": null,
32
+ "workflow_commit": "ca036c1ac79e2534cae05d6579569b5625dd8c5c",
33
+ "base_commit": "d56c55bf564ddb176759eb6ec199442682564916",
34
+ "failure_at_workflow_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_dynamic - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
35
+ "failure_at_base_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_dynamic - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
36
+ "failure_at_bad_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_dynamic - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
37
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/32528346942/job/96915563614"
38
+ },
39
+ {
40
+ "test": "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_dynamic",
41
+ "bad_commit": null,
42
+ "status": "test fails both on the current commit (ca036c1ac79e2534cae05d6579569b5625dd8c5c) and the previous commit (d56c55bf564ddb176759eb6ec199442682564916) with the SAME error message!",
43
+ "pr_number": null,
44
+ "author": null,
45
+ "merged_by": null,
46
+ "parent": null,
47
+ "workflow_commit": "ca036c1ac79e2534cae05d6579569b5625dd8c5c",
48
+ "base_commit": "d56c55bf564ddb176759eb6ec199442682564916",
49
+ "failure_at_workflow_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_dynamic - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
50
+ "failure_at_base_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_dynamic - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
51
+ "failure_at_bad_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_dynamic - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
52
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/32528346942/job/96915563614"
53
+ },
54
+ {
55
+ "test": "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_dynamic_static_cache",
56
+ "bad_commit": null,
57
+ "status": "test fails both on the current commit (ca036c1ac79e2534cae05d6579569b5625dd8c5c) and the previous commit (d56c55bf564ddb176759eb6ec199442682564916) with the SAME error message!",
58
+ "pr_number": null,
59
+ "author": null,
60
+ "merged_by": null,
61
+ "parent": null,
62
+ "workflow_commit": "ca036c1ac79e2534cae05d6579569b5625dd8c5c",
63
+ "base_commit": "d56c55bf564ddb176759eb6ec199442682564916",
64
+ "failure_at_workflow_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_dynamic_static_cache - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
65
+ "failure_at_base_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_dynamic_static_cache - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
66
+ "failure_at_bad_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_dynamic_static_cache - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
67
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/32528346942/job/96915563614"
68
+ },
69
+ {
70
+ "test": "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_static",
71
+ "bad_commit": null,
72
+ "status": "test fails both on the current commit (ca036c1ac79e2534cae05d6579569b5625dd8c5c) and the previous commit (d56c55bf564ddb176759eb6ec199442682564916) with the SAME error message!",
73
+ "pr_number": null,
74
+ "author": null,
75
+ "merged_by": null,
76
+ "parent": null,
77
+ "workflow_commit": "ca036c1ac79e2534cae05d6579569b5625dd8c5c",
78
+ "base_commit": "d56c55bf564ddb176759eb6ec199442682564916",
79
+ "failure_at_workflow_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_static - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
80
+ "failure_at_base_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_static - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
81
+ "failure_at_bad_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_static - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
82
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/32528346942/job/96915563614"
83
+ },
84
+ {
85
+ "test": "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_static_static_cache",
86
+ "bad_commit": null,
87
+ "status": "test fails both on the current commit (ca036c1ac79e2534cae05d6579569b5625dd8c5c) and the previous commit (d56c55bf564ddb176759eb6ec199442682564916) with the SAME error message!",
88
+ "pr_number": null,
89
+ "author": null,
90
+ "merged_by": null,
91
+ "parent": null,
92
+ "workflow_commit": "ca036c1ac79e2534cae05d6579569b5625dd8c5c",
93
+ "base_commit": "d56c55bf564ddb176759eb6ec199442682564916",
94
+ "failure_at_workflow_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_static_static_cache - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
95
+ "failure_at_base_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_static_static_cache - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
96
+ "failure_at_bad_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_generate_static_static_cache - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
97
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/32528346942/job/96915563614"
98
+ },
99
+ {
100
+ "test": "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_static",
101
+ "bad_commit": null,
102
+ "status": "test fails both on the current commit (ca036c1ac79e2534cae05d6579569b5625dd8c5c) and the previous commit (d56c55bf564ddb176759eb6ec199442682564916) with the SAME error message!",
103
+ "pr_number": null,
104
+ "author": null,
105
+ "merged_by": null,
106
+ "parent": null,
107
+ "workflow_commit": "ca036c1ac79e2534cae05d6579569b5625dd8c5c",
108
+ "base_commit": "d56c55bf564ddb176759eb6ec199442682564916",
109
+ "failure_at_workflow_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_static - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
110
+ "failure_at_base_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_static - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
111
+ "failure_at_bad_commit": "FAILED tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_onnx_export_static - torch.onnx._internal.exporter._errors.ConversionError: Failed to convert the exported program to an ONNX model. \u001b[96mThis is step 3/3\u001b[0m of exporting the model to ONNX. Next steps:",
112
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/32528346942/job/96915563614"
113
+ }
114
+ ]
115
+ }
116
+ }
117
+ }