例行检查
你的版本
问题描述, 日志截图,配置文件等
我接入了本地的大模型Qwen2.5-32B-Instruct, 它使用 VLLM 启动:
command = [
'nohup', 'python', '-m', 'vllm.entrypoints.openai.api_server',
'--model', str(path),
'--tensor-parallel-size', str(torch.cuda.device_count()),
'--port', str(port)
]
访问api为: http://xxx.xxx.xx.xx:xxxx/v1/chat/completions
我发现使用该大模型回复有问题, 只回复了非常少的内容。(可能是流式的第一个内容?) 调用截图如下:

直接测试该api , 回复没有问题:

我的配置:

复现步骤
接入vllm启动的大模型应该可以复现, 使用了预设的 问题分类+知识库 的Agent模板。
预期结果
相关截图
例行检查
你的版本
问题描述, 日志截图,配置文件等
我接入了本地的大模型Qwen2.5-32B-Instruct, 它使用 VLLM 启动:
command = [
'nohup', 'python', '-m', 'vllm.entrypoints.openai.api_server',
'--model', str(path),
'--tensor-parallel-size', str(torch.cuda.device_count()),
'--port', str(port)
]
访问api为: http://xxx.xxx.xx.xx:xxxx/v1/chat/completions
我发现使用该大模型回复有问题, 只回复了非常少的内容。(可能是流式的第一个内容?) 调用截图如下:

直接测试该api , 回复没有问题:

我的配置:

复现步骤
接入vllm启动的大模型应该可以复现, 使用了预设的 问题分类+知识库 的Agent模板。
预期结果
相关截图