How can Qwen2-VL be accessed and used?

Question

Answers ( 1 )

    0
    2025-03-28T03:15:52+00:00

    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.

Leave an answer