We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02099b commit 7f8bcfbCopy full SHA for 7f8bcfb
examples/multimodal/deploy/agg_qwen.yaml
@@ -65,4 +65,4 @@ spec:
65
- /bin/sh
66
- -c
67
args:
68
- - 'python3 components/processor.py --model Qwen/Qwen2.5-VL-7B-Instruct --prompt-template "USER: <image>\n<prompt> 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|><prompt><|im_end|>\n<|im_start|>assistant\n"'
0 commit comments