Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【求助】vllm部署如何支持tool参数 #659

Open
TragedyN opened this issue Jan 19, 2025 · 0 comments
Open

【求助】vllm部署如何支持tool参数 #659

TragedyN opened this issue Jan 19, 2025 · 0 comments

Comments

@TragedyN
Copy link

vllm版本: 0.6.6post1
启动命令:python -m vllm.entrypoints.openai.api_server --served-model-name Qwen2-VL-72B-Instruct --model /workspace/Qwen2-VL/models/Qwen2-VL-72B-Instruct --quantization fp8 --tensor-parallel-size 8 --port 9501
--enable-auto-tool-choice
--tool-call-parser hermes
--limit-mm-per-prompt "image=1" \

response = await self._model_client.create(
messages=messages ,
tools=tools,
extra_create_args={"tool_choice": "auto"}
)

报错:"POST /v1/chat/completions HTTP/1.1" 500 Internal Server Error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant