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:
@@ -237,7 +237,6 @@ class BlenderbotModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTeste
|
||||
all_generative_model_classes = (BlenderbotForConditionalGeneration,) if is_torch_available() else ()
|
||||
pipeline_model_mapping = (
|
||||
{
|
||||
"conversational": BlenderbotForConditionalGeneration,
|
||||
"feature-extraction": BlenderbotModel,
|
||||
"summarization": BlenderbotForConditionalGeneration,
|
||||
"text-generation": BlenderbotForCausalLM,
|
||||
|
||||
@@ -183,7 +183,6 @@ class TFBlenderbotModelTest(TFModelTesterMixin, PipelineTesterMixin, unittest.Te
|
||||
all_generative_model_classes = (TFBlenderbotForConditionalGeneration,) if is_tf_available() else ()
|
||||
pipeline_model_mapping = (
|
||||
{
|
||||
"conversational": TFBlenderbotForConditionalGeneration,
|
||||
"feature-extraction": TFBlenderbotModel,
|
||||
"summarization": TFBlenderbotForConditionalGeneration,
|
||||
"text2text-generation": TFBlenderbotForConditionalGeneration,
|
||||
|
||||
Reference in New Issue
Block a user