ariG23498 HF Staff commited on
Commit
b7105d3
·
verified ·
1 Parent(s): 8478234

Upload OpenGVLab_InternVL3_5-4B_0.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. OpenGVLab_InternVL3_5-4B_0.txt +32 -0
OpenGVLab_InternVL3_5-4B_0.txt ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Traceback (most recent call last):
2
+ File "/tmp/OpenGVLab_InternVL3_5-4B_00B0C9x.py", line 13, in <module>
3
+ pipe = pipeline("image-text-to-text", model="OpenGVLab/InternVL3_5-4B", trust_remote_code=True)
4
+ File "/tmp/.cache/uv/environments-v2/f2561c91f56f6637/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1028, in pipeline
5
+ 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/f2561c91f56f6637/lib/python3.13/site-packages/transformers/pipelines/base.py", line 333, in infer_framework_load_model
15
+ 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
+ )
18
+ ValueError: Could not load model OpenGVLab/InternVL3_5-4B with any of the following classes: (<class 'transformers.models.auto.modeling_auto.AutoModelForImageTextToText'>,). See the original errors:
19
+
20
+ while loading with AutoModelForImageTextToText, an error is thrown:
21
+ Traceback (most recent call last):
22
+ File "/tmp/.cache/uv/environments-v2/f2561c91f56f6637/lib/python3.13/site-packages/transformers/pipelines/base.py", line 293, in infer_framework_load_model
23
+ model = model_class.from_pretrained(model, **kwargs)
24
+ File "/tmp/.cache/uv/environments-v2/f2561c91f56f6637/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 607, in from_pretrained
25
+ raise ValueError(
26
+ ...<2 lines>...
27
+ )
28
+ ValueError: Unrecognized configuration class <class 'transformers_modules.OpenGVLab.InternVL3_5-4B.481f6e32467eab4e922ccd7fd6cf420441a62331.configuration_internvl_chat.InternVLChatConfig'> for this kind of AutoModel: AutoModelForImageTextToText.
29
+ Model type should be one of AriaConfig, AyaVisionConfig, BlipConfig, Blip2Config, ChameleonConfig, Cohere2VisionConfig, DeepseekVLConfig, DeepseekVLHybridConfig, Emu3Config, EvollaConfig, Florence2Config, FuyuConfig, Gemma3Config, Gemma3nConfig, GitConfig, Glm4vConfig, Glm4vMoeConfig, GotOcr2Config, IdeficsConfig, Idefics2Config, Idefics3Config, InstructBlipConfig, InternVLConfig, JanusConfig, Kosmos2Config, Kosmos2_5Config, Llama4Config, LlavaConfig, LlavaNextConfig, LlavaNextVideoConfig, LlavaOnevisionConfig, Mistral3Config, MllamaConfig, Ovis2Config, PaliGemmaConfig, PerceptionLMConfig, Pix2StructConfig, PixtralVisionConfig, Qwen2_5_VLConfig, Qwen2VLConfig, ShieldGemma2Config, SmolVLMConfig, UdopConfig, VipLlavaConfig, VisionEncoderDecoderConfig.
30
+
31
+
32
+