hf-transformers-bot commited on
Commit
a32db75
·
verified ·
1 Parent(s): 548544f

Upload 2025-09-02/runs/4980-17408405691/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-09-02/runs/4980-17408405691/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_gemma3n": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 3,
7
+ "multi": 4
8
+ },
9
+ "TensorFlow": {
10
+ "unclassified": 0,
11
+ "single": 0,
12
+ "multi": 0
13
+ },
14
+ "Flax": {
15
+ "unclassified": 0,
16
+ "single": 0,
17
+ "multi": 0
18
+ },
19
+ "Tokenizers": {
20
+ "unclassified": 0,
21
+ "single": 0,
22
+ "multi": 0
23
+ },
24
+ "Pipelines": {
25
+ "unclassified": 0,
26
+ "single": 0,
27
+ "multi": 0
28
+ },
29
+ "Trainer": {
30
+ "unclassified": 0,
31
+ "single": 0,
32
+ "multi": 0
33
+ },
34
+ "ONNX": {
35
+ "unclassified": 0,
36
+ "single": 0,
37
+ "multi": 0
38
+ },
39
+ "Auto": {
40
+ "unclassified": 0,
41
+ "single": 0,
42
+ "multi": 0
43
+ },
44
+ "Quantization": {
45
+ "unclassified": 0,
46
+ "single": 0,
47
+ "multi": 0
48
+ },
49
+ "Unclassified": {
50
+ "unclassified": 0,
51
+ "single": 0,
52
+ "multi": 0
53
+ }
54
+ },
55
+ "errors": 0,
56
+ "success": 306,
57
+ "skipped": 667,
58
+ "time_spent": [
59
+ 340.87,
60
+ 344.86
61
+ ],
62
+ "failures": {
63
+ "multi": [
64
+ {
65
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence",
66
+ "trace": "(line 3604) AssertionError: Tensor-likes are not close!"
67
+ },
68
+ {
69
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence_right_padding",
70
+ "trace": "(line 3604) AssertionError: Tensor-likes are not close!"
71
+ },
72
+ {
73
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_multiimage",
74
+ "trace": "(line 675) AssertionError: Lists differ: ['use[141 chars] district. Here are the key elements:\\n\\n* **A prominent red'] != ['use[141 chars] district. Here are some key elements:\\n\\n* **A prominent red']"
75
+ },
76
+ {
77
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_with_audio",
78
+ "trace": "(line 829) RuntimeError: The frame has 0 channels, expected 1. If you are hitting this, it may be because you are using a buggy FFmpeg version. FFmpeg4 is known to fail here in some valid scenarios. Try to upgrade FFmpeg?"
79
+ }
80
+ ],
81
+ "single": [
82
+ {
83
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence",
84
+ "trace": "(line 3604) AssertionError: Tensor-likes are not close!"
85
+ },
86
+ {
87
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence_right_padding",
88
+ "trace": "(line 3604) AssertionError: Tensor-likes are not close!"
89
+ },
90
+ {
91
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_with_audio",
92
+ "trace": "(line 829) RuntimeError: The frame has 0 channels, expected 1. If you are hitting this, it may be because you are using a buggy FFmpeg version. FFmpeg4 is known to fail here in some valid scenarios. Try to upgrade FFmpeg?"
93
+ }
94
+ ]
95
+ },
96
+ "job_link": {
97
+ "multi": "https://github.com/huggingface/transformers/actions/runs/17408405691/job/49419610503",
98
+ "single": "https://github.com/huggingface/transformers/actions/runs/17408405691/job/49419610560"
99
+ }
100
+ }
101
+ }