hf-transformers-bot
commited on
Commit
•
a9cff6d
1
Parent(s):
8ce611b
Upload 2024-06-16/ci_results_run_pipelines_tf_gpu/tf_pipeline_results.json with huggingface_hub
Browse files
2024-06-16/ci_results_run_pipelines_tf_gpu/tf_pipeline_results.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"failed": {
|
3 |
+
"unclassified": 0,
|
4 |
+
"single": 2,
|
5 |
+
"multi": 2
|
6 |
+
},
|
7 |
+
"success": 112,
|
8 |
+
"time_spent": "0:14:04, 0:13:36, ",
|
9 |
+
"error": false,
|
10 |
+
"failures": {
|
11 |
+
"multi": [
|
12 |
+
{
|
13 |
+
"line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speculative_decoding_whisper_distil",
|
14 |
+
"trace": "(line 1476) ImportError:"
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speculative_decoding_whisper_non_distil",
|
18 |
+
"trace": "(line 1476) ImportError:"
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"single": [
|
22 |
+
{
|
23 |
+
"line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speculative_decoding_whisper_distil",
|
24 |
+
"trace": "(line 1476) ImportError:"
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"line": "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speculative_decoding_whisper_non_distil",
|
28 |
+
"trace": "(line 1476) ImportError:"
|
29 |
+
}
|
30 |
+
]
|
31 |
+
},
|
32 |
+
"job_link": {
|
33 |
+
"multi": "https://github.com/huggingface/transformers/actions/runs/9532678689/job/26275051881",
|
34 |
+
"single": "https://github.com/huggingface/transformers/actions/runs/9532678689/job/26275051693"
|
35 |
+
}
|
36 |
+
}
|