ValueError: Could not load model microsoft/Florence-2-large with any of the following classes.
#35
by
Dhruv
- opened
I am loading the transformers pipeline on the google colab with the T4 GPU runtime . the transformers version is 4.41.2 and when I am trying to run the following pipeline command:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("image-to-text", model="microsoft/Florence-2-large", trust_remote_code=True)
so I think for now the support to the pipeline should be removed till its being supported .