model-metadata/custom_code_execution_files
13.9k
1Traceback (most recent call last):2 File "/tmp/openbmb_MiniCPM-V-4_0x38P7E.py", line 13, in <module>3 pipe = pipeline("image-text-to-text", model="openbmb/MiniCPM-V-4", trust_remote_code=True)4 File "/tmp/.cache/uv/environments-v2/317c323bcddb3855/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1008, in pipeline5 framework, model = infer_framework_load_model(6 ~~~~~~~~~~~~~~~~~~~~~~~~~~^7 adapter_path if adapter_path is not None else model,8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^9 ...<5 lines>...10 **model_kwargs,11 ^^^^^^^^^^^^^^^12 )13 ^14 File "/tmp/.cache/uv/environments-v2/317c323bcddb3855/lib/python3.13/site-packages/transformers/pipelines/base.py", line 332, in infer_framework_load_model15 raise ValueError(16 f"Could not load model {model} with any of the following classes: {class_tuple}. See the original errors:\n\n{error}\n"17 )18ValueError: Could not load model openbmb/MiniCPM-V-4 with any of the following classes: (<class 'transformers.models.auto.modeling_auto.AutoModelForImageTextToText'>,). See the original errors:19 20while loading with AutoModelForImageTextToText, an error is thrown:21Traceback (most recent call last):22 File "/tmp/.cache/uv/environments-v2/317c323bcddb3855/lib/python3.13/site-packages/transformers/pipelines/base.py", line 292, in infer_framework_load_model23 model = model_class.from_pretrained(model, **kwargs)24 File "/tmp/.cache/uv/environments-v2/317c323bcddb3855/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 603, in from_pretrained25 raise ValueError(26 ...<2 lines>...27 )28ValueError: Unrecognized configuration class <class 'transformers_modules.openbmb.MiniCPM-V-4.2c0ac549e120638e561951068f27ef5f6bd17a5f.configuration_minicpm.MiniCPMVConfig'> for this kind of AutoModel: AutoModelForImageTextToText.29Model type should be one of AriaConfig, AyaVisionConfig, BlipConfig, Blip2Config, ChameleonConfig, Cohere2VisionConfig, DeepseekVLConfig, DeepseekVLHybridConfig, Emu3Config, EvollaConfig, FuyuConfig, Gemma3Config, Gemma3nConfig, GitConfig, Glm4vConfig, GotOcr2Config, IdeficsConfig, Idefics2Config, Idefics3Config, InstructBlipConfig, InternVLConfig, JanusConfig, Kosmos2Config, Llama4Config, LlavaConfig, LlavaNextConfig, LlavaNextVideoConfig, LlavaOnevisionConfig, Mistral3Config, MllamaConfig, PaliGemmaConfig, PerceptionLMConfig, Pix2StructConfig, PixtralVisionConfig, Qwen2_5_VLConfig, Qwen2VLConfig, ShieldGemma2Config, SmolVLMConfig, UdopConfig, VipLlavaConfig, VisionEncoderDecoderConfig.30 31During handling of the above exception, another exception occurred:32 33Traceback (most recent call last):34 File "/tmp/.cache/uv/environments-v2/317c323bcddb3855/lib/python3.13/site-packages/transformers/pipelines/base.py", line 310, in infer_framework_load_model35 model = model_class.from_pretrained(model, **fp32_kwargs)36 File "/tmp/.cache/uv/environments-v2/317c323bcddb3855/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 603, in from_pretrained37 raise ValueError(38 ...<2 lines>...39 )40ValueError: Unrecognized configuration class <class 'transformers_modules.openbmb.MiniCPM-V-4.2c0ac549e120638e561951068f27ef5f6bd17a5f.configuration_minicpm.MiniCPMVConfig'> for this kind of AutoModel: AutoModelForImageTextToText.41Model type should be one of AriaConfig, AyaVisionConfig, BlipConfig, Blip2Config, ChameleonConfig, Cohere2VisionConfig, DeepseekVLConfig, DeepseekVLHybridConfig, Emu3Config, EvollaConfig, FuyuConfig, Gemma3Config, Gemma3nConfig, GitConfig, Glm4vConfig, GotOcr2Config, IdeficsConfig, Idefics2Config, Idefics3Config, InstructBlipConfig, InternVLConfig, JanusConfig, Kosmos2Config, Llama4Config, LlavaConfig, LlavaNextConfig, LlavaNextVideoConfig, LlavaOnevisionConfig, Mistral3Config, MllamaConfig, PaliGemmaConfig, PerceptionLMConfig, Pix2StructConfig, PixtralVisionConfig, Qwen2_5_VLConfig, Qwen2VLConfig, ShieldGemma2Config, SmolVLMConfig, UdopConfig, VipLlavaConfig, VisionEncoderDecoderConfig.42 43 44 45 