Remove ConversationalPipeline and Conversation object (#31165)
* Remove ConversationalPipeline and Conversation object, as they have been deprecated for some time and are due for removal * Update not-doctested.txt * Fix JA and ZH docs * Fix JA and ZH docs some more * Fix JA and ZH docs some more
This commit is contained in:
@@ -166,7 +166,6 @@ class FSMTModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterMixin
|
||||
all_generative_model_classes = (FSMTForConditionalGeneration,) if is_torch_available() else ()
|
||||
pipeline_model_mapping = (
|
||||
{
|
||||
"conversational": FSMTForConditionalGeneration,
|
||||
"feature-extraction": FSMTModel,
|
||||
"summarization": FSMTForConditionalGeneration,
|
||||
"text2text-generation": FSMTForConditionalGeneration,
|
||||
|
||||
Reference in New Issue
Block a user