LysandreJik commited on
Commit
9feeb42
1 Parent(s): fcc1f1d

file update

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