Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

internlm
/
internlm-xcomposer2-vl-7b

Visual Question Answering
Transformers
PyTorch
internlmxcomposer2
feature-extraction
custom_code
Model card Files Files and versions
xet
Community
11

Instructions to use internlm/internlm-xcomposer2-vl-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use internlm/internlm-xcomposer2-vl-7b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="internlm/internlm-xcomposer2-vl-7b", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("internlm/internlm-xcomposer2-vl-7b", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

License

#11 opened about 2 years ago by
sachin

Adding `safetensors` variant of this model

#10 opened over 2 years ago by
SFconvertbot

got torch.distributed.elastic.multiprocessing.errors.ChildFailedError

1
#9 opened over 2 years ago by
szhao41

Adding `safetensors` variant of this model

#8 opened over 2 years ago by
SFconvertbot

Adding `safetensors` variant of this model

#7 opened over 2 years ago by
SFconvertbot

[AUTOMATED] Model Memory Requirements

#6 opened over 2 years ago by
model-sizer-bot

Adding `safetensors` variant of this model

#5 opened over 2 years ago by
SFconvertbot

Is the Vision model inside the pytorch binaries used ?

#4 opened over 2 years ago by
cmp-nct

Error in ComfyUI

#3 opened over 2 years ago by
Latentnaut

Fixing the multi gpu inference bug

#2 opened over 2 years ago by
aka225

RuntimeError: "compute_indices_weights_cubic" not implemented for 'Half'

4
#1 opened over 2 years ago by
dogged
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs