From 4875b4456b5f92c0f22be6aff8a4aaa216cd4806 Mon Sep 17 00:00:00 2001 From: Kalyanam Dewri <73614549+kalyanamdewri@users.noreply.github.com> Date: Fri, 3 Jul 2026 01:24:45 -0700 Subject: [PATCH] [Doc] Fix VLM2Vec benchmark chat template path (#47517) Signed-off-by: kalyanamdewri --- docs/benchmarking/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/benchmarking/cli.md b/docs/benchmarking/cli.md index 7963bf58437..692cb4918ba 100644 --- a/docs/benchmarking/cli.md +++ b/docs/benchmarking/cli.md @@ -1337,7 +1337,7 @@ Serve and benchmark VLM2Vec: # Run this in another process vllm serve TIGER-Lab/VLM2Vec-Full --runner pooling \ --trust-remote-code \ - --chat-template examples/template_vlm2vec_phi3v.jinja + --chat-template examples/pooling/embed/template/vlm2vec_phi3v.jinja # Run these one by one after the server is up # download dataset