Unverified Commit 9ef13289 authored by GuanLuo's avatar GuanLuo Committed by GitHub
Browse files

fix: use correct prompt template in agg_qwen.yaml (#2909)


Signed-off-by: default avatarGuanLuo <41310872+GuanLuo@users.noreply.github.com>
parent e0bafce1
......@@ -65,4 +65,4 @@ spec:
- /bin/sh
- -c
args:
- '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"'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment