vLLM 推理框架—Qwen3-VL-2B-Instruct部署
1、启动命令
1 | sudo docker run --gpus '"device=2"' \ |
2、启动日志
1 | INFO 10-22 06:02:17 [__init__.py:216] Automatically detected platform cuda. |
3、调用方式
1 | curl --location 'http://10.39.214.112:30001/v1/chat/completions' \ |

4、调用日志
1 | (APIServer pid=1) INFO 10-22 06:05:12 [chat_utils.py:560] Detected the chat template content format to be 'openai'. You can set `--chat-template-content-format` to override this. |
5、返回参数
1 | { |

