runtime error

/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( A new version of the following files was downloaded from https://huggingface.co/openbmb/MiniCPM-Llama3-V-2_5: - configuration_minicpm.py . Make sure to double-check they do not contain any added malicious code. To avoid downloading new versions of the code file, you can pin a revision. Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> chatbot = pipeline("visual-question-answering", model="openbmb/MiniCPM-Llama3-V-2_5", trust_remote_code=True) File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 906, in pipeline framework, model = infer_framework_load_model( File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 296, in infer_framework_load_model raise ValueError( ValueError: Could not load model openbmb/MiniCPM-Llama3-V-2_5 with any of the following classes: (<class 'transformers.models.auto.modeling_auto.AutoModelForVisualQuestionAnswering'>,). See the original errors: while loading with AutoModelForVisualQuestionAnswering, an error is thrown: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 283, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 566, in from_pretrained raise ValueError( ValueError: Unrecognized configuration class <class 'transformers_modules.openbmb.MiniCPM-Llama3-V-2_5.6057d8c46044a92e8a2e02d69225aca95001e0d9.configuration_minicpm.MiniCPMVConfig'> for this kind of AutoModel: AutoModelForVisualQuestionAnswering. Model type should be one of BlipConfig, Blip2Config, ViltConfig.

Container logs:

Fetching error logs...