mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
test: Use JSON tool prompt format for remote::vllm provider (#1019)
# What does this PR do? This PR removes the warnings when running tests for `remote::vllm` provider: ``` Detected the chat template content format to be 'openai'. You can set `--chat-template-content-format` to override this. ``` ## Test Plan All tests passed without the warning messages shown above. Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
80ba9deab1
commit
b981b49bfa
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ PROVIDER_TOOL_PROMPT_FORMAT = {
|
|||
"remote::ollama": "json",
|
||||
"remote::together": "json",
|
||||
"remote::fireworks": "json",
|
||||
"remote::vllm": "json",
|
||||
}
|
||||
|
||||
PROVIDER_LOGPROBS_TOP_K = set(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue