chore: vendor sglang v0.5.10 snapshot
This commit is contained in:
7
third_party/sglang/examples/chat_template/qwen3_reranker.jinja
vendored
Normal file
7
third_party/sglang/examples/chat_template/qwen3_reranker.jinja
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<|im_start|>system
|
||||
Judge whether the Document meets the requirements based on the Query and the Instruct provided. Note that the answer can only be "yes" or "no".<|im_end|>
|
||||
<|im_start|>user
|
||||
<Instruct>: {{ instruct | default("Given a web search query, retrieve relevant passages that answer the query.") }}
|
||||
<Query>: {{ messages[0]["content"] }}
|
||||
<Document>: {{ messages[1]["content"] }}<|im_end|>
|
||||
<|im_start|>assistant{{ '\n' }}
|
||||
Reference in New Issue
Block a user