diff --git a/examples/multimodal/deploy/agg_qwen.yaml b/examples/multimodal/deploy/agg_qwen.yaml index 0924add60b..174979109a 100644 --- a/examples/multimodal/deploy/agg_qwen.yaml +++ b/examples/multimodal/deploy/agg_qwen.yaml @@ -65,4 +65,4 @@ spec: - /bin/sh - -c args: - - 'python3 components/processor.py --model Qwen/Qwen2.5-VL-7B-Instruct --prompt-template "USER: \n ASSISTANT:"' + - 'python3 components/processor.py --model Qwen/Qwen2.5-VL-7B-Instruct --prompt-template "<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n<|im_start|>user\n<|vision_start|><|image_pad|><|vision_end|><|im_end|>\n<|im_start|>assistant\n"'