Enable BLIP for auto VQA (#29499)
* Enable BLIP for auto VQA * Make style * Add VQA to BLIP pipeline tests
This commit is contained in:
@@ -432,6 +432,7 @@ class BlipModelTest(ModelTesterMixin, PipelineTesterMixin, unittest.TestCase):
|
||||
{
|
||||
"feature-extraction": BlipModel,
|
||||
"image-to-text": BlipForConditionalGeneration,
|
||||
"visual-question-answering": BlipForQuestionAnswering,
|
||||
}
|
||||
if is_torch_available()
|
||||
else {}
|
||||
|
||||
Reference in New Issue
Block a user