File size: 7,303 Bytes
9feeb42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
FAILED tests/test_modeling_tf_marian.py::TestMarian_MT_EN::test_batch_generation_mt_en
FAILED tests/test_modeling_tf_marian.py::TestMarian_en_zh::test_batch_generation_en_zh
FAILED tests/test_modeling_tf_marian.py::TestMarian_en_ROMANCE::test_batch_generation_en_ROMANCE_multi
FAILED tests/test_modeling_tf_marian.py::TestMarian_en_ROMANCE::test_pipeline
FAILED tests/test_modeling_tf_transfo_xl.py::TFTransfoXLModelLanguageGenerationTest::test_lm_generate_transfo_xl_wt103
FAILED tests/test_tokenization_big_bird.py::BigBirdTokenizationTest::test_special_tokens
FAILED tests/test_tokenization_wav2vec2.py::Wav2Vec2CTCTokenizerTest::test_tf_encode_plus_sent_to_model
FAILED tests/extended/test_trainer_ext.py::TestTrainerExt::test_run_seq2seq_slow
FAILED tests/test_pipelines_question_answering.py::QAPipelineTests::test_high_topk_small_context
FAILED tests/test_modeling_auto.py::AutoModelTest::test_model_from_pretrained
FAILED tests/test_modeling_common.py::ModelUtilsTest::test_model_from_pretrained
FAILED tests/test_modeling_detr.py::DetrModelIntegrationTests::test_inference_panoptic_segmentation_head
FAILED tests/test_modeling_hubert.py::HubertModelIntegrationTest::test_inference_ctc_batched
FAILED tests/test_modeling_led.py::LEDModelTest::test_torchscript - Assertion...
FAILED tests/test_modeling_led.py::LEDModelTest::test_torchscript_output_attentions
FAILED tests/test_modeling_led.py::LEDModelTest::test_torchscript_output_hidden_state
FAILED tests/test_modeling_mbart.py::MBartEnroIntegrationTest::test_enro_generate_batch
FAILED tests/test_modeling_megatron_bert.py::MegatronBertModelIntegrationTests::test_inference_no_head
FAILED tests/test_modeling_megatron_gpt2.py::MegatronGPT2IntegrationTest::test_inference_no_head
FAILED tests/test_modeling_rag.py::RagModelIntegrationTests::test_rag_token_generate_batch
FAILED tests/test_modeling_rag.py::RagModelIntegrationTests::test_rag_token_generate_beam
FAILED tests/test_modeling_rag.py::RagModelIntegrationTests::test_rag_token_inference
FAILED tests/test_modeling_rag.py::RagModelSaveLoadTests::test_rag_sequence_from_pretrained
FAILED tests/test_modeling_rag.py::RagModelSaveLoadTests::test_rag_token_from_pretrained
FAILED tests/test_modeling_speech_to_text.py::Speech2TextModelIntegrationTests::test_generation_librispeech
FAILED tests/test_modeling_speech_to_text.py::Speech2TextModelIntegrationTests::test_generation_librispeech_batched
FAILED tests/test_modeling_t5.py::T5ModelIntegrationTests::test_small_generation
FAILED tests/test_modeling_wav2vec2.py::Wav2Vec2ModelIntegrationTest::test_inference_ctc_normal
FAILED tests/test_modeling_wav2vec2.py::Wav2Vec2ModelIntegrationTest::test_inference_ctc_normal_batched
FAILED tests/test_modeling_wav2vec2.py::Wav2Vec2ModelIntegrationTest::test_inference_ctc_robust_batched
FAILED tests/test_modeling_wav2vec2.py::Wav2Vec2ModelIntegrationTest::test_inference_integration
FAILED tests/test_modeling_wav2vec2.py::Wav2Vec2ModelIntegrationTest::test_inference_pretrained
FAILED tests/test_onnx.py::OnnxExportTestCase::test_export_pytorch - Assertio...
FAILED tests/test_onnx.py::OnnxExportTestCase::test_quantize_pytorch - Assert...
FAILED tests/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_s2t
FAILED tests/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_wav2vec2
FAILED tests/test_tokenization_big_bird.py::BigBirdTokenizationTest::test_special_tokens
FAILED tests/test_tokenization_wav2vec2.py::Wav2Vec2CTCTokenizerTest::test_torch_encode_plus_sent_to_model
FAILED tests/test_trainer.py::TrainerIntegrationTest::test_trainer_works_with_dict
FAILED tests/extended/test_trainer_ext.py::TestTrainerExt::test_run_seq2seq_no_dist
FAILED tests/extended/test_trainer_ext.py::TestTrainerExt::test_run_seq2seq_slow
FAILED tests/test_modeling_tf_marian.py::TestMarian_MT_EN::test_batch_generation_mt_en
FAILED tests/test_modeling_tf_marian.py::TestMarian_en_zh::test_batch_generation_en_zh
FAILED tests/test_modeling_tf_marian.py::TestMarian_en_ROMANCE::test_batch_generation_en_ROMANCE_multi
FAILED tests/test_modeling_tf_marian.py::TestMarian_en_ROMANCE::test_pipeline
FAILED tests/test_modeling_tf_transfo_xl.py::TFTransfoXLModelLanguageGenerationTest::test_lm_generate_transfo_xl_wt103
FAILED tests/test_tokenization_big_bird.py::BigBirdTokenizationTest::test_special_tokens
FAILED tests/test_tokenization_wav2vec2.py::Wav2Vec2CTCTokenizerTest::test_tf_encode_plus_sent_to_model
FAILED tests/extended/test_trainer_ext.py::TestTrainerExt::test_run_seq2seq_slow
FAILED tests/test_pipelines_question_answering.py::QAPipelineTests::test_high_topk_small_context
FAILED tests/test_modeling_auto.py::AutoModelTest::test_model_from_pretrained
FAILED tests/test_modeling_common.py::ModelUtilsTest::test_model_from_pretrained
FAILED tests/test_modeling_detr.py::DetrModelIntegrationTests::test_inference_panoptic_segmentation_head
FAILED tests/test_modeling_hubert.py::HubertModelIntegrationTest::test_inference_ctc_batched
FAILED tests/test_modeling_led.py::LEDModelTest::test_torchscript - Assertion...
FAILED tests/test_modeling_led.py::LEDModelTest::test_torchscript_output_attentions
FAILED tests/test_modeling_led.py::LEDModelTest::test_torchscript_output_hidden_state
FAILED tests/test_modeling_mbart.py::MBartEnroIntegrationTest::test_enro_generate_batch
FAILED tests/test_modeling_megatron_bert.py::MegatronBertModelIntegrationTests::test_inference_no_head
FAILED tests/test_modeling_megatron_gpt2.py::MegatronGPT2IntegrationTest::test_inference_no_head
FAILED tests/test_modeling_speech_to_text.py::Speech2TextModelIntegrationTests::test_generation_librispeech
FAILED tests/test_modeling_speech_to_text.py::Speech2TextModelIntegrationTests::test_generation_librispeech_batched
FAILED tests/test_modeling_t5.py::T5ModelIntegrationTests::test_small_generation
FAILED tests/test_modeling_wav2vec2.py::Wav2Vec2ModelIntegrationTest::test_inference_ctc_normal
FAILED tests/test_modeling_wav2vec2.py::Wav2Vec2ModelIntegrationTest::test_inference_ctc_normal_batched
FAILED tests/test_modeling_wav2vec2.py::Wav2Vec2ModelIntegrationTest::test_inference_ctc_robust_batched
FAILED tests/test_modeling_wav2vec2.py::Wav2Vec2ModelIntegrationTest::test_inference_integration
FAILED tests/test_modeling_wav2vec2.py::Wav2Vec2ModelIntegrationTest::test_inference_pretrained
FAILED tests/test_onnx.py::OnnxExportTestCase::test_export_pytorch - Assertio...
FAILED tests/test_onnx.py::OnnxExportTestCase::test_quantize_pytorch - Assert...
FAILED tests/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_s2t
FAILED tests/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_wav2vec2
FAILED tests/test_tokenization_big_bird.py::BigBirdTokenizationTest::test_special_tokens
FAILED tests/test_tokenization_wav2vec2.py::Wav2Vec2CTCTokenizerTest::test_torch_encode_plus_sent_to_model
FAILED tests/test_trainer.py::TrainerIntegrationTest::test_trainer_works_with_dict
FAILED tests/extended/test_trainer_ext.py::TestTrainerExt::test_run_seq2seq_ddp
FAILED tests/extended/test_trainer_ext.py::TestTrainerExt::test_run_seq2seq_dp
FAILED tests/extended/test_trainer_ext.py::TestTrainerExt::test_run_seq2seq_slow