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:
@@ -645,7 +645,6 @@ class SeamlessM4TModelWithTextInputTest(
|
||||
pipeline_model_mapping = (
|
||||
{
|
||||
"automatic-speech-recognition": SeamlessM4TForSpeechToText,
|
||||
"conversational": SeamlessM4TForTextToText,
|
||||
"feature-extraction": SeamlessM4TModel,
|
||||
"summarization": SeamlessM4TForTextToText,
|
||||
"text-to-audio": SeamlessM4TForTextToSpeech,
|
||||
|
||||
Reference in New Issue
Block a user