|
| 1 | +.. _models_llm_qwen2.5-vl-instruct: |
| 2 | + |
| 3 | +======================================== |
| 4 | +qwen2.5-vl-instruct |
| 5 | +======================================== |
| 6 | + |
| 7 | +- **Context Length:** 128000 |
| 8 | +- **Model Name:** qwen2.5-vl-instruct |
| 9 | +- **Languages:** en, zh |
| 10 | +- **Abilities:** chat, vision |
| 11 | +- **Description:** Qwen2.5-VL: Qwen2.5-VL is the latest version of the vision language models in the Qwen model familities. |
| 12 | + |
| 13 | +Specifications |
| 14 | +^^^^^^^^^^^^^^ |
| 15 | + |
| 16 | + |
| 17 | +Model Spec 1 (pytorch, 3 Billion) |
| 18 | +++++++++++++++++++++++++++++++++++++++++ |
| 19 | + |
| 20 | +- **Model Format:** pytorch |
| 21 | +- **Model Size (in billions):** 3 |
| 22 | +- **Quantizations:** none |
| 23 | +- **Engines**: Transformers |
| 24 | +- **Model ID:** Qwen/Qwen2.5-VL-3B-Instruct |
| 25 | +- **Model Hubs**: `Hugging Face <https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct>`__, `ModelScope <https://modelscope.cn/models/qwen/Qwen2.5-VL-3B-Instruct>`__ |
| 26 | + |
| 27 | +Execute the following command to launch the model, remember to replace ``${quantization}`` with your |
| 28 | +chosen quantization method from the options listed above:: |
| 29 | + |
| 30 | + xinference launch --model-engine ${engine} --model-name qwen2.5-vl-instruct --size-in-billions 3 --model-format pytorch --quantization ${quantization} |
| 31 | + |
| 32 | + |
| 33 | +Model Spec 2 (pytorch, 7 Billion) |
| 34 | +++++++++++++++++++++++++++++++++++++++++ |
| 35 | + |
| 36 | +- **Model Format:** pytorch |
| 37 | +- **Model Size (in billions):** 7 |
| 38 | +- **Quantizations:** none |
| 39 | +- **Engines**: Transformers |
| 40 | +- **Model ID:** Qwen/Qwen2.5-VL-7B-Instruct |
| 41 | +- **Model Hubs**: `Hugging Face <https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct>`__, `ModelScope <https://modelscope.cn/models/qwen/Qwen2.5-VL-7B-Instruct>`__ |
| 42 | + |
| 43 | +Execute the following command to launch the model, remember to replace ``${quantization}`` with your |
| 44 | +chosen quantization method from the options listed above:: |
| 45 | + |
| 46 | + xinference launch --model-engine ${engine} --model-name qwen2.5-vl-instruct --size-in-billions 7 --model-format pytorch --quantization ${quantization} |
| 47 | + |
| 48 | + |
| 49 | +Model Spec 3 (pytorch, 72 Billion) |
| 50 | +++++++++++++++++++++++++++++++++++++++++ |
| 51 | + |
| 52 | +- **Model Format:** pytorch |
| 53 | +- **Model Size (in billions):** 72 |
| 54 | +- **Quantizations:** none |
| 55 | +- **Engines**: Transformers |
| 56 | +- **Model ID:** Qwen/Qwen2.5-VL-72B-Instruct |
| 57 | +- **Model Hubs**: `Hugging Face <https://huggingface.co/Qwen/Qwen2.5-VL-72B-Instruct>`__, `ModelScope <https://modelscope.cn/models/qwen/Qwen2.5-VL-72B-Instruct>`__ |
| 58 | + |
| 59 | +Execute the following command to launch the model, remember to replace ``${quantization}`` with your |
| 60 | +chosen quantization method from the options listed above:: |
| 61 | + |
| 62 | + xinference launch --model-engine ${engine} --model-name qwen2.5-vl-instruct --size-in-billions 72 --model-format pytorch --quantization ${quantization} |
| 63 | + |
0 commit comments