How can Qwen2-VL be accessed and used?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.
Answers ( 1 )
Qwen2-VL can be accessed and used in the following ways:
- **Open Source Models**: The 2B and 7B versions are available on Hugging Face and ModelScope under the Apache 2.0 license.
- **API Access**: The 72B version is accessible via DashScope API, requiring registration.
- **Development Tools**: Supports Hugging Face Transformers, vLLM, AutoGPTQ, AutoAWQ, and Llama-Factory for quantization, deployment, and fine-tuning. The qwen-vl-utils toolkit can be installed via pip for base64, URL, and interleaved image/video input.
- **Usage Examples**: Official code snippets are provided, with recommendations to use flash attention 2 for acceleration. These can be found on the GitHub repository and the official blog.