hf-transformers-bot commited on
Commit
649a004
·
verified ·
1 Parent(s): a39fcab

Upload 2026-08-20/runs/8372-32367816415/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2026-08-20/runs/8372-32367816415/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_whisper": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 3,
7
+ "multi": 4
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": 1116,
47
+ "skipped": 539,
48
+ "time_spent": [
49
+ 642.38,
50
+ 594.24
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "multi": [
55
+ {
56
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelTest::test_static_cache_no_recompile_with_smaller_length",
57
+ "trace": "(line 1855) RuntimeError: `torch.compile` recompiled part of the forward pass in WhisperForConditionalGeneration. See the test logs for more details."
58
+ },
59
+ {
60
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperEncoderModelTest::test_model_parallelism",
61
+ "trace": "(line 626) RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cuda:1!"
62
+ },
63
+ {
64
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperStandaloneDecoderModelTest::test_generate_compile_model_forward_fullgraph",
65
+ "trace": "(line 1723) RuntimeError: `torch.compile` recompiled part of the forward pass in WhisperForCausalLM. See the test logs for more details."
66
+ },
67
+ {
68
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperStandaloneDecoderModelTest::test_static_cache_no_recompile_with_smaller_length",
69
+ "trace": "(line 1855) RuntimeError: `torch.compile` recompiled part of the forward pass in WhisperForCausalLM. See the test logs for more details."
70
+ }
71
+ ],
72
+ "single": [
73
+ {
74
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelTest::test_static_cache_no_recompile_with_smaller_length",
75
+ "trace": "(line 1855) RuntimeError: `torch.compile` recompiled part of the forward pass in WhisperForConditionalGeneration. See the test logs for more details."
76
+ },
77
+ {
78
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperStandaloneDecoderModelTest::test_generate_compile_model_forward_fullgraph",
79
+ "trace": "(line 1723) RuntimeError: `torch.compile` recompiled part of the forward pass in WhisperForCausalLM. See the test logs for more details."
80
+ },
81
+ {
82
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperStandaloneDecoderModelTest::test_static_cache_no_recompile_with_smaller_length",
83
+ "trace": "(line 1855) RuntimeError: `torch.compile` recompiled part of the forward pass in WhisperForCausalLM. See the test logs for more details."
84
+ }
85
+ ]
86
+ },
87
+ "job_link": {
88
+ "multi": "https://github.com/huggingface/transformers/actions/runs/32367816415/job/96421792873",
89
+ "single": "https://github.com/huggingface/transformers/actions/runs/32367816415/job/96421792897"
90
+ },
91
+ "captured_info": {}
92
+ }
93
+ }