hf-transformers-bot commited on
Commit
2dc881e
1 Parent(s): 6656994

Upload 2024-06-18/ci_results_run_pipelines_torch_gpu/torch_pipeline_results.json with huggingface_hub

Browse files
2024-06-18/ci_results_run_pipelines_torch_gpu/torch_pipeline_results.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failed": {
3
+ "unclassified": 0,
4
+ "single": 5,
5
+ "multi": 5
6
+ },
7
+ "success": 431,
8
+ "time_spent": "5:49:46, 5:56:49, ",
9
+ "error": false,
10
+ "failures": {
11
+ "multi": [
12
+ {
13
+ "line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_seamless_v2",
14
+ "trace": "(line 3430) TypeError: object of type 'NoneType' has no len()"
15
+ },
16
+ {
17
+ "line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_whisper_asr",
18
+ "trace": "(line 753) AssertionError: {'tex[827 chars]4.56, 4.92)}, {'text': ' gospel.', 'timestamp': (4.92, 5.82)}]} != {'tex[827 chars]4.56, 4.92)}, {'text': ' gospel.', 'timestamp': (4.92, 5.84)}]}"
19
+ },
20
+ {
21
+ "line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speculative_decoding_whisper_distil",
22
+ "trace": "(line 905) AssertionError: True != 'Make sure that assistant decoding is faster'"
23
+ },
24
+ {
25
+ "line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_whisper_large_word_timestamps_batched",
26
+ "trace": "(line 100) IndexError: tuple index out of range"
27
+ },
28
+ {
29
+ "line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_whisper_prompted",
30
+ "trace": "(line 572) RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking argument for argument tensors in method wrapper_CUDA_cat)"
31
+ }
32
+ ],
33
+ "single": [
34
+ {
35
+ "line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_seamless_v2",
36
+ "trace": "(line 3430) TypeError: object of type 'NoneType' has no len()"
37
+ },
38
+ {
39
+ "line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_whisper_asr",
40
+ "trace": "(line 753) AssertionError: {'tex[827 chars]4.56, 4.92)}, {'text': ' gospel.', 'timestamp': (4.92, 5.82)}]} != {'tex[827 chars]4.56, 4.92)}, {'text': ' gospel.', 'timestamp': (4.92, 5.84)}]}"
41
+ },
42
+ {
43
+ "line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speculative_decoding_whisper_distil",
44
+ "trace": "(line 905) AssertionError: True != 'Make sure that assistant decoding is faster'"
45
+ },
46
+ {
47
+ "line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_whisper_large_word_timestamps_batched",
48
+ "trace": "(line 100) IndexError: tuple index out of range"
49
+ },
50
+ {
51
+ "line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_whisper_prompted",
52
+ "trace": "(line 572) RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking argument for argument tensors in method wrapper_CUDA_cat)"
53
+ }
54
+ ]
55
+ },
56
+ "job_link": {
57
+ "multi": "https://github.com/huggingface/transformers/actions/runs/9557974404/job/26345926364",
58
+ "single": "https://github.com/huggingface/transformers/actions/runs/9557974404/job/26345925821"
59
+ }
60
+ }