Skip to content

Commit 7f8bcfb

Browse files
committed
fix: use correct prompt template in agg_qwen.yaml (#2909)
Signed-off-by: GuanLuo <[email protected]>
1 parent c02099b commit 7f8bcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multimodal/deploy/agg_qwen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ spec:
6565
- /bin/sh
6666
- -c
6767
args:
68-
- 'python3 components/processor.py --model Qwen/Qwen2.5-VL-7B-Instruct --prompt-template "USER: <image>\n<prompt> ASSISTANT:"'
68+
- '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

Comments
 (0)