Skip to content

Commit 5d92360

Browse files
committed
fix(vllm-metal): enable tool calling support in backend args
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
1 parent 08ccfd9 commit 5d92360

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/inference/backends/vllm/vllm_metal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ func (v *vllmMetal) buildArgs(bundle interface{ SafetensorsPath() string }, sock
246246
"--model", modelPath,
247247
"--host", host,
248248
"--port", port,
249+
"--enable-auto-tool-choice", "--tool-call-parser", "hermes",
249250
}
250251

251252
// Add mode-specific arguments

0 commit comments

Comments
 (0)